Compartir a través de


IWithCreate Interfaz

Definición

Una definición de plan de App Service con suficientes entradas para crear un nuevo sitio web en la nube, pero exponiendo entradas opcionales adicionales para especificar.

public interface IWithCreate : Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithCapacity, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPerSiteScaling, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan>
type IWithCreate = interface
    interface IWithPerSiteScaling
    interface IWithCapacity
    interface ICreatable<IAppServicePlan>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements ICreatable(Of IAppServicePlan), IDefinitionWithTags(Of IWithCreate), IWithCapacity, IWithPerSiteScaling
Derivado
Implementaciones

Propiedades

Key

Una definición de plan de App Service con suficientes entradas para crear un nuevo sitio web en la nube, pero exponiendo entradas opcionales adicionales para especificar.

(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>)
WithCapacity(Int32)

Especifica el número máximo de instancias que se ejecutan para este plan de App Service.

(Heredado de IWithCapacity)
WithPerSiteScaling(Boolean)

Especifica si se activará el escalado por sitio.

(Heredado de IWithPerSiteScaling)
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