Condividi tramite


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

Definition

Specifies tags.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate WithTags (System.Collections.Generic.IDictionary<string,string> tags);
abstract member WithTags : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate
Public Function WithTags (tags As IDictionary(Of String, String)) As IUpdate

Parameters

tags
IDictionary<String,String>

Resource tags.

Returns

Applies to