Sdílet prostřednictvím


EncryptionPropertiesIdentity Konstruktory

Definice

Přetížení

EncryptionPropertiesIdentity()

Inicializuje novou instanci EncryptionPropertiesIdentity třídy.

EncryptionPropertiesIdentity(Object)

Inicializuje novou instanci EncryptionPropertiesIdentity třídy.

EncryptionPropertiesIdentity()

Inicializuje novou instanci EncryptionPropertiesIdentity třídy.

public EncryptionPropertiesIdentity ();
Public Sub New ()

Platí pro

EncryptionPropertiesIdentity(Object)

Inicializuje novou instanci EncryptionPropertiesIdentity třídy.

public EncryptionPropertiesIdentity (object userAssignedIdentity = default);
new Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity : obj -> Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity
Public Sub New (Optional userAssignedIdentity As Object = Nothing)

Parametry

userAssignedIdentity
Object

Identita uživatele použitá pro CMK. Bude to ID prostředku ARM ve formátu /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.

Platí pro