Compartir a través de


IWithCreate Interfaz

Definición

La fase de la definición que contiene todas las entradas mínimas necesarias para crear el recurso (a través de WithCreate.create()), pero también permite especificar cualquier otra configuración opcional.

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.DdosProtectionPlan.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IDdosProtectionPlan>
type IWithCreate = interface
    interface ICreatable<IDdosProtectionPlan>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements ICreatable(Of IDdosProtectionPlan), IDefinitionWithTags(Of IWithCreate)
Derivado
Implementaciones

Propiedades

Key

La fase de la definición que contiene todas las entradas mínimas necesarias para crear el recurso (a través de WithCreate.create()), pero también permite especificar cualquier otra configuración opcional.

(Heredado de IIndexable)
Name

Obtiene el nombre del recurso que se puede crear.

(Heredado de ICreatable<T>)

Métodos

Create()

Ejecute la solicitud de creación.

(Heredado de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Coloca la solicitud en la cola y permite que el cliente HTTP lo ejecute cuando los recursos del sistema estén disponibles.

(Heredado de ICreatable<T>)
WithTag(String, String)

Agrega una etiqueta al recurso.

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

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

(Heredado de IDefinitionWithTags<T>)

Se aplica a