Updatable<T> Interface

Definition

Base class for resource that can be updated.

public interface Updatable<T>

Type Parameters

T

Methods

update()

Begins an update for a new resource.

This is the beginning of the builder pattern used to update top level resources in Azure. The final method completing the definition and starting the actual resource creation process in Azure is apply().

Applies to