IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The template for a site update operation, containing all the settings that can be modified.
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
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithCapacity(Int32) |
Specifies the maximum number of instances running for this app service plan. (Inherited from IWithCapacity) |
WithoutTag(String) |
Removes a tag from the resource. (Inherited from IUpdateWithTags<T>) |
WithPerSiteScaling(Boolean) |
Specifies whether per-site scaling will be turned on. (Inherited from IWithPerSiteScaling) |
WithPricingTier(PricingTier) |
Specifies the pricing tier for the app service plan. (Inherited from IWithPricingTier) |
WithTag(String, String) |
Adds a tag to the resource. (Inherited from IUpdateWithTags<T>) |
WithTags(IDictionary<String,String>) |
Specifies tags for the resource as a {@link Map}. (Inherited from IUpdateWithTags<T>) |