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

IWithTags.WithTags(IDictionary<String,String>) 方法

定义

指定密钥上的标记。

public Microsoft.Azure.Management.KeyVault.Fluent.Key.Definition.IWithCreate WithTags (System.Collections.Generic.IDictionary<string,string> tags);
abstract member WithTags : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.KeyVault.Fluent.Key.Definition.IWithCreate
Public Function WithTags (tags As IDictionary(Of String, String)) As IWithCreate

参数

tags
IDictionary<String,String>

标记的键值对。

返回

适用于