IAppliableWithTags<T> Interface

Definition

The base interface for all template interfaces that support update tags operations.

public interface IAppliableWithTags<T> : Microsoft.Azure.Management.Network.Fluent.UpdatableWithTags.UpdatableWithTags.IUpdateWithTags<T>
type IAppliableWithTags<'T> = interface
    interface IUpdateWithTags<'T>
Public Interface IAppliableWithTags(Of T)
Implements IUpdateWithTags(Of T)

Type Parameters

T

The type of the resource returned from the update.

Derived
Implements

Methods

ApplyTags()

Execute the update request.

ApplyTagsAsync(CancellationToken)

Execute the update request asynchronously.

WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a Map.

(Inherited from IUpdateWithTags<T>)

Applies to