Freigeben über


EncryptionIdentity Konstruktoren

Definition

Überlädt

EncryptionIdentity()

Initialisiert eine neue instance der EncryptionIdentity-Klasse.

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

Initialisiert eine neue instance der EncryptionIdentity-Klasse.

EncryptionIdentity()

Initialisiert eine neue instance der EncryptionIdentity-Klasse.

public EncryptionIdentity ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der EncryptionIdentity-Klasse.

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)

Parameter

principalId
Nullable<Guid>

Der Prinzipalbezeichner, der der Verschlüsselung zugeordnet ist.

tenantId
Nullable<Guid>

Der Mandantenbezeichner, der der Verschlüsselung zugeordnet ist.

Gilt für: