KeyVaultProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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