Skip to content
DocsTry Aspire
DocsTry

KnownParameters Fields

ClassFields7 members
Known parameters that will be filled in automatically by the host environment.
KeyVaultNameSection titled KeyVaultNamestaticreadonlystring
The name of the key vault resource used to store secret outputs.
public static readonly string KeyVaultName
LocationSection titled Locationstaticreadonlystring
The location of the resource. This is required for all resources.
public static readonly string Location
LogAnalyticsWorkspaceIdSection titled LogAnalyticsWorkspaceIdstaticreadonlystring
The resource id of the log analytics workspace.
public static readonly string LogAnalyticsWorkspaceId
PrincipalIdSection titled PrincipalIdstaticreadonlystring
The principal id of the current user or managed identity.
public static readonly string PrincipalId
PrincipalNameSection titled PrincipalNamestaticreadonlystring
The principal name of the current user or managed identity.
public static readonly string PrincipalName
PrincipalTypeSection titled PrincipalTypestaticreadonlystring
The principal type of the current user or managed identity. Either 'User' or 'ServicePrincipal'.
public static readonly string PrincipalType
UserPrincipalIdSection titled UserPrincipalIdstaticreadonlystring
The principal id of the user doing the deployment.
public static readonly string UserPrincipalId
Referred as Deployment principal in ARM documentation.