IWithOrWithoutTags<ParentT>.WithoutTag(String) Method

Definition

Removes a tag from the resource.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithAttach<ParentT> WithoutTag (string key);
abstract member WithoutTag : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithAttach<'ParentT>
Public Function WithoutTag (key As String) As IWithAttach(Of ParentT)

Parameters

key
String

The key of the tag to remove.

Returns

Applies to