Share via


EncryptionProperties Constructors

Definition

Overloads

EncryptionProperties()

Initializes a new instance of the EncryptionProperties class.

EncryptionProperties(Nullable<KeySource>, KeyVaultProperties)

Initializes a new instance of the EncryptionProperties class.

EncryptionProperties()

Initializes a new instance of the EncryptionProperties class.

public EncryptionProperties ();
Public Sub New ()

Applies to

EncryptionProperties(Nullable<KeySource>, KeyVaultProperties)

Initializes a new instance of the EncryptionProperties class.

public EncryptionProperties (Microsoft.Azure.Management.Batch.Models.KeySource? keySource = default, Microsoft.Azure.Management.Batch.Models.KeyVaultProperties keyVaultProperties = default);
new Microsoft.Azure.Management.Batch.Models.EncryptionProperties : Nullable<Microsoft.Azure.Management.Batch.Models.KeySource> * Microsoft.Azure.Management.Batch.Models.KeyVaultProperties -> Microsoft.Azure.Management.Batch.Models.EncryptionProperties
Public Sub New (Optional keySource As Nullable(Of KeySource) = Nothing, Optional keyVaultProperties As KeyVaultProperties = Nothing)

Parameters

keySource
Nullable<KeySource>

Type of the key source. Possible values include: 'Microsoft.Batch', 'Microsoft.KeyVault'

keyVaultProperties
KeyVaultProperties

Additional details when using Microsoft.KeyVault

Applies to