UpdatableWithTags<T> Interface

Type Parameters

T

the fluent type of the resource

public interface UpdatableWithTags

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

Method Summary

Modifier and Type Method and Description
abstract UpdateWithTags<T> updateTags()

Begins a tags update for a resource.

Method Details

updateTags

public abstract UpdatableWithTags.UpdateWithTags 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 applyTags().

Returns:

the stage of new resource update

Applies to