EncryptionIdentity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)