Partager via


IWithCreate Interface

Définition

Définition de plan App Service avec suffisamment d’entrées pour créer un site web dans le cloud, mais exposant des entrées facultatives supplémentaires à spécifier.

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

Propriétés

Key

Définition de plan App Service avec suffisamment d’entrées pour créer un site web dans le cloud, mais exposant des entrées facultatives supplémentaires à spécifier.

(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)
WithPerSiteScaling(Boolean)

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

(Hérité de IWithPerSiteScaling)
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 à