Поделиться через


EncryptionPropertiesIdentity Constructors

Definition

Overloads

EncryptionPropertiesIdentity()

Initializes a new instance of the EncryptionPropertiesIdentity class.

EncryptionPropertiesIdentity(Object)

Initializes a new instance of the EncryptionPropertiesIdentity class.

EncryptionPropertiesIdentity()

Initializes a new instance of the EncryptionPropertiesIdentity class.

public EncryptionPropertiesIdentity();
Public Sub New ()

Applies to

EncryptionPropertiesIdentity(Object)

Initializes a new instance of the EncryptionPropertiesIdentity class.

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)

Parameters

userAssignedIdentity
Object

The user identity used for CMK. It will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Applies to