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

KeyVaultProperties 构造函数

定义

重载

KeyVaultProperties()

初始化 KeyVaultProperties 类的新实例。

KeyVaultProperties(String, String, String, UserAssignedIdentityProperties)

初始化 KeyVaultProperties 类的新实例。

KeyVaultProperties()

初始化 KeyVaultProperties 类的新实例。

public KeyVaultProperties ();
Public Sub New ()

适用于

KeyVaultProperties(String, String, String, UserAssignedIdentityProperties)

初始化 KeyVaultProperties 类的新实例。

public KeyVaultProperties (string keyName = default, string keyVaultUri = default, string keyVersion = default, Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties identity = default);
new Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties : string * string * string * Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties -> Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties
Public Sub New (Optional keyName As String = Nothing, Optional keyVaultUri As String = Nothing, Optional keyVersion As String = Nothing, Optional identity As UserAssignedIdentityProperties = Nothing)

参数

keyName
String

KeyVault 中的密钥名称

keyVaultUri
String

KeyVault 的 URI

keyVersion
String

密钥版本

适用于