public static interface AppServicePlan.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
AppServicePlan.DefinitionStages.Blank
The first stage of the app service plan definition.
|
static interface |
AppServicePlan.DefinitionStages.WithCapacity
An app service plan definition allowing instance capacity to be set.
|
static interface |
AppServicePlan.DefinitionStages.WithCreate
An app service plan definition with sufficient inputs to create a new
website in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
AppServicePlan.DefinitionStages.WithGroup
An app service plan definition allowing resource group to be set.
|
static interface |
AppServicePlan.DefinitionStages.WithOperatingSystem
An app service plan definition allowing the operating system to be set.
|
static interface |
AppServicePlan.DefinitionStages.WithPerSiteScaling
An app service plan definition allowing per site scaling configuration to be set.
|
static interface |
AppServicePlan.DefinitionStages.WithPricingTier
An app service plan definition allowing pricing tier to be set.
|
Copyright © 2019. All rights reserved.