IUpdateWithTags<T>.WithoutTag(String) Method

Definition

Removes a tag from the resource.

public T WithoutTag (string key);
abstract member WithoutTag : string -> 'T
Public Function WithoutTag (key As String) As T

Parameters

key
String

key the key of the tag to remove

Returns

T

the next stage of the resource update

Applies to