Share via


IUpdateWithTags<T>.WithoutTag(String) Method

Definition

Removes a tag from the resource.

public Microsoft.Azure.Management.Network.Fluent.IAppliableWithTags<T> WithoutTag (string key);
abstract member WithoutTag : string -> Microsoft.Azure.Management.Network.Fluent.IAppliableWithTags<'T>
Public Function WithoutTag (key As String) As IAppliableWithTags(Of T)

Parameters

key
String

The key of the tag to remove.

Returns

Applies to