共用方式為


EncryptionPropertiesIdentity 建構函式

定義

多載

EncryptionPropertiesIdentity()

初始化 EncryptionPropertiesIdentity 類別的新實例。

EncryptionPropertiesIdentity(Object)

初始化 EncryptionPropertiesIdentity 類別的新實例。

EncryptionPropertiesIdentity()

初始化 EncryptionPropertiesIdentity 類別的新實例。

public EncryptionPropertiesIdentity();
Public Sub New ()

適用於

EncryptionPropertiesIdentity(Object)

初始化 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)

參數

userAssignedIdentity
Object

用於 CMK 的使用者身分識別。 其格式為 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' 形式的 ARM 資源識別碼。

適用於