IWithOrWithoutTags<ParentT>.WithTag(String, String) Method

Definition

Adds a tag to the webhook.

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

Parameters

key
String

The key for the tag.

value
String

The value for the tag.

Returns

Applies to