IDefinition Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Interfaz de contenedor para todas las definiciones que deben implementarse.
public interface IDefinition : Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IBlank, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithCreate, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithGroup, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithOperatingSystem, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPricingTier, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPricingTier>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPricingTier>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPricingTier>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPricingTier>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithGroup>, 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 IDefinition = interface
interface IBlank
interface IDefinitionWithRegion<IWithGroup>
interface IWithGroup
interface IWithGroup<IWithPricingTier>
interface IWithExistingResourceGroup<IWithPricingTier>
interface IWithNewResourceGroup<IWithPricingTier>
interface IWithCreatableResourceGroup<IWithPricingTier>
interface IWithPricingTier
interface IWithOperatingSystem
interface IWithCreate
interface IWithPerSiteScaling
interface IWithCapacity
interface ICreatable<IAppServicePlan>
interface IIndexable
interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBlank, ICreatable(Of IAppServicePlan), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithPricingTier), IWithCreate, IWithExistingResourceGroup(Of IWithPricingTier), IWithGroup, IWithGroup(Of IWithPricingTier), IWithNewResourceGroup(Of IWithPricingTier), IWithOperatingSystem, IWithPricingTier
- Implementaciones
-
IBlank IWithCapacity IWithCreate IWithGroup IWithOperatingSystem IWithPerSiteScaling IWithPricingTier IWithCreatableResourceGroup<IWithPricingTier> IWithCreatableResourceGroup<T> IWithExistingResourceGroup<IWithPricingTier> IWithExistingResourceGroup<T> IWithGroup<IWithPricingTier> IWithNewResourceGroup<IWithPricingTier> IWithNewResourceGroup<T> IDefinitionWithRegion<IWithGroup> IDefinitionWithTags<IWithCreate> ICreatable<IAppServicePlan> IIndexable
Propiedades
Key |
Interfaz de contenedor para todas las definiciones que deben implementarse. (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) |
WithConsumptionPricingTier() |
Especifica el plan de tarifa de consumo para el plan de App Service. (Heredado de IWithPricingTier) |
WithExistingResourceGroup(IResourceGroup) |
Asocia el recurso a un grupo de recursos existente. (Heredado de IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Asocia el recurso a un grupo de recursos existente. (Heredado de IWithExistingResourceGroup<T>) |
WithFreePricingTier() |
Especifica el plan de tarifa gratuito para el plan de App Service. (Heredado de IWithPricingTier) |
WithNewResourceGroup() |
Interfaz de contenedor para todas las definiciones que deben implementarse. (Heredado de IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Crea un nuevo grupo de recursos en el que colocar el recurso, en función de la definición especificada. (Heredado de IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
Interfaz de contenedor para todas las definiciones que deben implementarse. (Heredado de IWithNewResourceGroup<T>) |
WithOperatingSystem(OperatingSystem) |
Especifica el sistema operativo del plan de App Service. (Heredado de IWithOperatingSystem) |
WithPerSiteScaling(Boolean) |
Especifica si el escalado por sitio se activará. (Heredado de IWithPerSiteScaling) |
WithPricingTier(PricingTier) |
Especifica el plan de tarifa para el plan de App Service. (Heredado de IWithPricingTier) |
WithRegion(Region) |
Especifica la región del recurso. (Heredado de IDefinitionWithRegion<T>) |
WithRegion(String) |
Especifica la región del recurso por nombre. (Heredado de IDefinitionWithRegion<T>) |
WithSharedPricingTier() |
Especifica el plan de tarifa compartido para el plan de App Service. (Heredado de IWithPricingTier) |
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
Azure SDK for .NET