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

VaultCreateOrUpdateParameters 构造函数

定义

重载

VaultCreateOrUpdateParameters()

初始化 VaultCreateOrUpdateParameters 类的新实例。

VaultCreateOrUpdateParameters(String, VaultProperties, IDictionary<String,String>)

初始化 VaultCreateOrUpdateParameters 类的新实例。

VaultCreateOrUpdateParameters()

初始化 VaultCreateOrUpdateParameters 类的新实例。

public VaultCreateOrUpdateParameters ();
Public Sub New ()

适用于

VaultCreateOrUpdateParameters(String, VaultProperties, IDictionary<String,String>)

初始化 VaultCreateOrUpdateParameters 类的新实例。

public VaultCreateOrUpdateParameters (string location, Microsoft.Azure.Management.KeyVault.Models.VaultProperties properties, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.KeyVault.Models.VaultCreateOrUpdateParameters : string * Microsoft.Azure.Management.KeyVault.Models.VaultProperties * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.KeyVault.Models.VaultCreateOrUpdateParameters
Public Sub New (location As String, properties As VaultProperties, Optional tags As IDictionary(Of String, String) = Nothing)

参数

location
String

应在其中创建密钥保管库的受支持 Azure 位置。

properties
VaultProperties

保管库的属性

tags
IDictionary<String,String>

将分配给密钥保管库的标记。

适用于