IUpdatableWithTags<T> Interface

Definition

Interface for a resource which tags can be updated as a separate operation.

public interface IUpdatableWithTags<T>
type IUpdatableWithTags<'T> = interface
Public Interface IUpdatableWithTags(Of T)

Type Parameters

T

The fluent type of the resource.

Derived

Methods

UpdateTags()

Begins a tags update for a resource. This is the beginning of the builder pattern used to update tags for a resources in Azure. The final method completing the definition and starting the actual resource update process in Azure is AppliableWithTags.applyTags().

Applies to