IUpdate Schnittstelle

Definition

Die Vorlage für einen Websiteupdatevorgang, der alle Einstellungen enthält, die geändert werden können.

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
Implementiert

Eigenschaften

Key

Die Vorlage für einen Websiteupdatevorgang, der alle Einstellungen enthält, die geändert werden können.

(Geerbt von IIndexable)

Methoden

Apply()

Führen Sie die Updateanforderung aus.

(Geerbt von IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Führen Sie die Updateanforderung asynchron aus.

(Geerbt von IAppliable<T>)
WithCapacity(Int32)

Gibt die maximale Anzahl von Instanzen an, die für diesen App Service-Plan ausgeführt werden.

(Geerbt von IWithCapacity)
WithoutTag(String)

Entfernt ein Tag aus der Ressource.

(Geerbt von IUpdateWithTags<T>)
WithPerSiteScaling(Boolean)

Gibt an, ob die Standortskalierung aktiviert wird.

(Geerbt von IWithPerSiteScaling)
WithPricingTier(PricingTier)

Gibt den Tarif für den App Service-Plan an.

(Geerbt von IWithPricingTier)
WithTag(String, String)

Fügt der Ressource ein Tag hinzu.

(Geerbt von IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Gibt Tags für die Ressource als {@link Map} an.

(Geerbt von IUpdateWithTags<T>)

Gilt für: