Partager via


IUpdate Interface

Définition

Modèle pour une opération de mise à jour de site, contenant tous les paramètres pouvant être modifiés.

public interface IUpdate : Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Update.IWithCapacity, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Update.IWithPerSiteScaling, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Update.IWithPricingTier, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan>
type IUpdate = interface
    interface IAppliable<IAppServicePlan>
    interface IIndexable
    interface IWithCapacity
    interface IWithPerSiteScaling
    interface IWithPricingTier
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IAppServicePlan), IUpdateWithTags(Of IUpdate), IWithCapacity, IWithPerSiteScaling, IWithPricingTier
Implémente

Propriétés

Key

Modèle pour une opération de mise à jour de site, contenant tous les paramètres pouvant être modifiés.

(Hérité de IIndexable)

Méthodes

Apply()

Exécutez la demande de mise à jour.

(Hérité de IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Exécutez la demande de mise à jour de manière asynchrone.

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

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

(Hérité de IWithCapacity)
WithoutTag(String)

Supprime une balise de la ressource.

(Hérité de IUpdateWithTags<T>)
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)
WithTag(String, String)

Ajoute une balise à la ressource.

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

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

(Hérité de IUpdateWithTags<T>)

S’applique à