IWithTags.WithTags(IDictionary<String,String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies tags for the virtual machine extension.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IUpdate WithTags (System.Collections.Generic.IDictionary<string,string> tags);
abstract member WithTags : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IUpdate
Public Function WithTags (tags As IDictionary(Of String, String)) As IUpdate
Parameters
- tags
- System.Collections.Generic.IDictionary<System.String,System.String>
Tags indexed by name.