Partager via


IDefinition Interface

Définition

Interface conteneur pour toutes les définitions qui doivent être implémentées.

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
Implémente

Propriétés

Key

Interface conteneur pour toutes les définitions qui doivent être implémentées.

(Hérité de IIndexable)
Name

Obtient le nom de la ressource pouvant être créé.

(Hérité de ICreatable<T>)

Méthodes

Create()

Exécutez la demande de création.

(Hérité de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Place la requête dans la file d’attente et autorise le client HTTP à l’exécuter lorsque des ressources système sont disponibles.

(Hérité de ICreatable<T>)
WithCapacity(Int32)

Spécifie le nombre maximal d’instances en cours d’exécution pour ce plan App Service.

(Hérité de IWithCapacity)
WithConsumptionPricingTier()

Spécifie le niveau tarifaire de consommation pour le plan App Service.

(Hérité de IWithPricingTier)
WithExistingResourceGroup(IResourceGroup)

Associe la ressource à un groupe de ressources existant.

(Hérité de IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associe la ressource à un groupe de ressources existant.

(Hérité de IWithExistingResourceGroup<T>)
WithFreePricingTier()

Spécifie le niveau tarifaire gratuit pour le plan App Service.

(Hérité de IWithPricingTier)
WithNewResourceGroup()

Interface conteneur pour toutes les définitions qui doivent être implémentées.

(Hérité de IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Crée un groupe de ressources dans lequel placer la ressource, en fonction de la définition spécifiée.

(Hérité de IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Interface conteneur pour toutes les définitions qui doivent être implémentées.

(Hérité de IWithNewResourceGroup<T>)
WithOperatingSystem(OperatingSystem)

Spécifie le système d’exploitation du plan App Service.

(Hérité de IWithOperatingSystem)
WithPerSiteScaling(Boolean)

Spécifie si la mise à l’échelle par site sera activée.

(Hérité de IWithPerSiteScaling)
WithPricingTier(PricingTier)

Spécifie le niveau tarifaire du plan App Service.

(Hérité de IWithPricingTier)
WithRegion(Region)

Spécifie la région de la ressource.

(Hérité de IDefinitionWithRegion<T>)
WithRegion(String)

Spécifie la région de la ressource par nom.

(Hérité de IDefinitionWithRegion<T>)
WithSharedPricingTier()

Spécifie le niveau tarifaire partagé pour le plan App Service.

(Hérité de IWithPricingTier)
WithTag(String, String)

Ajoute une balise à la ressource.

(Hérité de IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Spécifie des balises pour la ressource en tant que {@link Map}.

(Hérité de IDefinitionWithTags<T>)

S’applique à