Share via


KeyVaultProperties Constructors

Definition

Overloads

KeyVaultProperties()

Initializes a new instance of the KeyVaultProperties class.

KeyVaultProperties(String)

Initializes a new instance of the KeyVaultProperties class.

KeyVaultProperties()

Initializes a new instance of the KeyVaultProperties class.

public KeyVaultProperties ();
Public Sub New ()

Applies to

KeyVaultProperties(String)

Initializes a new instance of the KeyVaultProperties class.

public KeyVaultProperties (string keyIdentifier = default);
new Microsoft.Azure.Management.Batch.Models.KeyVaultProperties : string -> Microsoft.Azure.Management.Batch.Models.KeyVaultProperties
Public Sub New (Optional keyIdentifier As String = Nothing)

Parameters

keyIdentifier
String

Full path to the versioned secret. Example https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053. To be usable the following prerequisites must be met:

         The Batch Account has a System Assigned identity
         The account identity has been granted Key/Get, Key/Unwrap and
         Key/Wrap permissions
         The KeyVault has soft-delete and purge protection enabled

Applies to