共用方式為


KeyVaultProperties 建構函式

定義

多載

KeyVaultProperties()

初始化 KeyVaultProperties 類別的新實例。

KeyVaultProperties(String)

初始化 KeyVaultProperties 類別的新實例。

KeyVaultProperties()

初始化 KeyVaultProperties 類別的新實例。

public KeyVaultProperties ();
Public Sub New ()

適用於

KeyVaultProperties(String)

初始化 KeyVaultProperties 類別的新實例。

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)

參數

keyIdentifier
String

版本密碼的完整路徑。 範例:https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053。 若要可供使用,必須符合下列必要條件:

         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

適用於