Share via


EncryptionIdentity Constructors

Definition

Overloads

EncryptionIdentity()

Initializes a new instance of the EncryptionIdentity class.

EncryptionIdentity(Nullable<Guid>, Nullable<Guid>)

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(Nullable<Guid>, Nullable<Guid>)

Initializes a new instance of the EncryptionIdentity class.

public EncryptionIdentity (Guid? principalId = default, Guid? tenantId = default);
new Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity : Nullable<Guid> * Nullable<Guid> -> Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity
Public Sub New (Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing)

Parameters

principalId
Nullable<Guid>

The principal identifier associated with the encryption.

tenantId
Nullable<Guid>

The tenant identifier associated with the encryption.

Applies to