Compartir a través de


IUpdate Interfaz

Definición

Plantilla para una operación de actualización de recursos genérica, que contiene toda la configuración que se puede modificar.

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ResourceManager.Fluent.IGenericResource>, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IWithParentResource, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IWithPlan, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IWithProperties
type IUpdate = interface
    interface IAppliable<IGenericResource>
    interface IIndexable
    interface IWithPlan
    interface IWithParentResource
    interface IWithProperties
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IGenericResource), IUpdateWithTags(Of IUpdate), IWithParentResource, IWithPlan, IWithProperties
Implementaciones

Propiedades

Key

Plantilla para una operación de actualización de recursos genérica, que contiene toda la configuración que se puede modificar.

(Heredado de IIndexable)

Métodos

Apply()

Ejecute la solicitud de actualización.

(Heredado de IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Ejecute la solicitud de actualización de forma asincrónica.

(Heredado de IAppliable<T>)
WithoutPlan()

Especifica el plan del recurso.

(Heredado de IWithPlan)
WithoutTag(String)

Quita una etiqueta del recurso.

(Heredado de IUpdateWithTags<T>)
WithParentResource(String)

Especifica el recurso primario.

(Heredado de IWithParentResource)
WithPlan(String, String, String, String)

Especifica el plan del recurso.

(Heredado de IWithPlan)
WithProperties(Object)

Especifica otras propiedades del recurso.

(Heredado de IWithProperties)
WithTag(String, String)

Agrega una etiqueta al recurso.

(Heredado de IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Especifica etiquetas para el recurso como {@link Map}.

(Heredado de IUpdateWithTags<T>)

Se aplica a