IWithTags.WithTags(IDictionary<String,String>) Method

Definition

Specifies the tags on the key.

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

Parameters

tags
IDictionary<String,String>

The key value pair of the tags.

Returns

Applies to