Udostępnij za pośrednictwem


EncryptionPropertiesIdentity Konstruktory

Definicja

Przeciążenia

EncryptionPropertiesIdentity()

Inicjuje nowe wystąpienie klasy EncryptionPropertiesIdentity.

EncryptionPropertiesIdentity(Object)

Inicjuje nowe wystąpienie klasy EncryptionPropertiesIdentity.

EncryptionPropertiesIdentity()

Inicjuje nowe wystąpienie klasy EncryptionPropertiesIdentity.

public EncryptionPropertiesIdentity();
Public Sub New ()

Dotyczy

EncryptionPropertiesIdentity(Object)

Inicjuje nowe wystąpienie klasy EncryptionPropertiesIdentity.

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

Tożsamość użytkownika używana na potrzeby klucza zarządzanego przez klienta. Będzie to identyfikator zasobu usługi ARM w postaci: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroups}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}".

Dotyczy