Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static PricingTier |
PricingTier.BASIC_B1
Basic pricing tier with a small size.
|
static PricingTier |
PricingTier.BASIC_B2
Basic pricing tier with a medium size.
|
static PricingTier |
PricingTier.BASIC_B3
Basic pricing tier with a large size.
|
static PricingTier |
PricingTier.FREE_F1
Free pricing tier.
|
static PricingTier |
PricingTier.PREMIUM_P1
Premium pricing tier with a small size.
|
static PricingTier |
PricingTier.PREMIUM_P1V2
V2 Premium pricing tier with a small size.
|
static PricingTier |
PricingTier.PREMIUM_P2
Premium pricing tier with a medium size.
|
static PricingTier |
PricingTier.PREMIUM_P2V2
V2 Premium pricing tier with a medium size.
|
static PricingTier |
PricingTier.PREMIUM_P3
Premium pricing tier with a large size.
|
static PricingTier |
PricingTier.PREMIUM_P3V2
V2 Premium pricing tier with a large size.
|
static PricingTier |
PricingTier.SHARED_D1
Shared pricing tier.
|
static PricingTier |
PricingTier.STANDARD_S1
Standard pricing tier with a small size.
|
static PricingTier |
PricingTier.STANDARD_S2
Standard pricing tier with a medium size.
|
static PricingTier |
PricingTier.STANDARD_S3
Standard pricing tier with a large size.
|
Modifier and Type | Method and Description |
---|---|
static PricingTier |
PricingTier.fromSkuDescription(SkuDescription skuDescription)
Parses a serialized value to an AppServicePricingTier instance.
|
PricingTier |
AppServicePlan.pricingTier() |
Modifier and Type | Method and Description |
---|---|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
AppServicePlan.DefinitionStages.WithOperatingSystem |
AppServicePlan.DefinitionStages.WithPricingTier.withPricingTier(PricingTier pricingTier)
Specifies the pricing tier for the app service plan.
|
AppServicePlan.Update |
AppServicePlan.UpdateStages.WithPricingTier.withPricingTier(PricingTier pricingTier)
Specifies the pricing tier for the app service plan.
|
Copyright © 2019. All rights reserved.