Share via


EncryptionIdentity Constructors

Definition

Overloads

EncryptionIdentity()

Initializes a new instance of the EncryptionIdentity class.

EncryptionIdentity(String, 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, String)

Initializes a new instance of the EncryptionIdentity class.

public EncryptionIdentity (string encryptionUserAssignedIdentity = default, string encryptionFederatedIdentityClientId = default);
new Microsoft.Azure.Management.Storage.Models.EncryptionIdentity : string * string -> Microsoft.Azure.Management.Storage.Models.EncryptionIdentity
Public Sub New (Optional encryptionUserAssignedIdentity As String = Nothing, Optional encryptionFederatedIdentityClientId As String = Nothing)

Parameters

encryptionUserAssignedIdentity
String

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

encryptionFederatedIdentityClientId
String

ClientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account.

Applies to