Share via


AzureBicepResource.KnownParameters Class

Definition

Known parameters that will be filled in automatically by the host environment.

public static class AzureBicepResource.KnownParameters
type AzureBicepResource.KnownParameters = class
Public Class AzureBicepResource.KnownParameters
Inheritance
AzureBicepResource.KnownParameters

Fields

KeyVaultName

The name of the key vault resource used to store secret outputs.

Location

The ___location of the resource. This is required for all resources.

LogAnalyticsWorkspaceId

The resource id of the log analytics workspace.

PrincipalId

The principal id of the current user or managed identity.

PrincipalName

The principal name of the current user or managed identity.

PrincipalType

The principal type of the current user or managed identity. Either 'User' or 'ServicePrincipal'.

UserPrincipalId

The principal id of the user doing the deployment.

Applies to