Share via


IWithTags.WithTag(String, String) Method

Definition

Adds a tag to the virtual machine extension.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IUpdate WithTag (string key, string value);
abstract member WithTag : string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IUpdate
Public Function WithTag (key As String, value As String) As IUpdate

Parameters

key
String

The key for the tag.

value
String

The value for the tag.

Returns

Applies to