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

Definition

Specifies tags for the virtual machine extension.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithAttach<ParentT> WithTags (System.Collections.Generic.IDictionary<string,string> tags);
abstract member WithTags : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithAttach<'ParentT>
Public Function WithTags (tags As IDictionary(Of String, String)) As IWithAttach(Of ParentT)

Parameters

tags
IDictionary<String,String>

The tags to associate.

Returns

Applies to