Share via


IWithTags.WithoutTag(String) Method

Definition

Removes a tag from the virtual machine extension.

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

Parameters

key
String

The key of the tag to remove.

Returns

Applies to