Interface AppServicePlan.DefinitionStages
-
- Enclosing interface:
- AppServicePlan
public static interface AppServicePlan.DefinitionStagesGrouping of all the site definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAppServicePlan.DefinitionStages.BlankThe first stage of the app service plan definition.static interfaceAppServicePlan.DefinitionStages.WithCapacityAn app service plan definition allowing instance capacity to be set.static interfaceAppServicePlan.DefinitionStages.WithCreateAn app service plan definition with sufficient inputs to create a new website in the cloud, but exposing additional optional inputs to specify.static interfaceAppServicePlan.DefinitionStages.WithGroupAn app service plan definition allowing resource group to be set.static interfaceAppServicePlan.DefinitionStages.WithOperatingSystemAn app service plan definition allowing the operating system to be set.static interfaceAppServicePlan.DefinitionStages.WithPerSiteScalingAn app service plan definition allowing per site scaling configuration to be set.static interfaceAppServicePlan.DefinitionStages.WithPricingTierAn app service plan definition allowing pricing tier to be set.
-