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

KeyVaultProperties 构造函数

定义

重载

KeyVaultProperties()

初始化 KeyVaultProperties 类的新实例。

KeyVaultProperties(String, String)

初始化 KeyVaultProperties 类的新实例。

KeyVaultProperties()

初始化 KeyVaultProperties 类的新实例。

public KeyVaultProperties ();
Public Sub New ()

适用于

KeyVaultProperties(String, String)

初始化 KeyVaultProperties 类的新实例。

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

参数

keyIdentifier
String

用于加密帐户的密钥保管库密钥的 URL。 例如 https://vault/keys/mykey/version1) ,可以 (对密钥进行版本控制,也可以引用没有版本 (的密钥 https://vault/keys/mykey).

currentKeyIdentifier
String

用于加密媒体服务帐户的当前密钥,包括密钥版本。

适用于