Skip to content
Docs Try Aspire

KnownParameters Fields

Class Fields 7 members
Known parameters that will be filled in automatically by the host environment.
KeyVaultName Section titled KeyVaultName staticreadonly string
The name of the key vault resource used to store secret outputs.
public static readonly string KeyVaultName
Location Section titled Location staticreadonly string
The location of the resource. This is required for all resources.
public static readonly string Location
LogAnalyticsWorkspaceId Section titled LogAnalyticsWorkspaceId staticreadonly string
The resource id of the log analytics workspace.
public static readonly string LogAnalyticsWorkspaceId
PrincipalId Section titled PrincipalId staticreadonly string
The principal id of the current user or managed identity.
public static readonly string PrincipalId
PrincipalName Section titled PrincipalName staticreadonly string
The principal name of the current user or managed identity.
public static readonly string PrincipalName
PrincipalType Section titled PrincipalType staticreadonly string
The principal type of the current user or managed identity. Either 'User' or 'ServicePrincipal'.
public static readonly string PrincipalType
UserPrincipalId Section titled UserPrincipalId staticreadonly string
The principal id of the user doing the deployment.
public static readonly string UserPrincipalId
Referred as Deployment principal in ARM documentation.