你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EncryptionIdentity Constructors

Definition

Overloads

EncryptionIdentity()

Initializes a new instance of the EncryptionIdentity class.

EncryptionIdentity(String)

Initializes a new instance of the EncryptionIdentity class.

EncryptionIdentity()

Initializes a new instance of the EncryptionIdentity class.

public EncryptionIdentity ();
Public Sub New ()

Applies to

EncryptionIdentity(String)

Initializes a new instance of the EncryptionIdentity class.

public EncryptionIdentity (string encryptionUserAssignedIdentity = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionIdentity : string -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionIdentity
Public Sub New (Optional encryptionUserAssignedIdentity As String = Nothing)

Parameters

encryptionUserAssignedIdentity
String

Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account.

Applies to