你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于