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

VaultPatchParameters 构造函数

定义

重载

VaultPatchParameters()

初始化 VaultPatchParameters 类的新实例。

VaultPatchParameters(IDictionary<String,String>, VaultPatchProperties)

初始化 VaultPatchParameters 类的新实例。

VaultPatchParameters()

初始化 VaultPatchParameters 类的新实例。

public VaultPatchParameters ();
Public Sub New ()

适用于

VaultPatchParameters(IDictionary<String,String>, VaultPatchProperties)

初始化 VaultPatchParameters 类的新实例。

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

参数

tags
IDictionary<String,String>

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

properties
VaultPatchProperties

保管库的属性

适用于