@Beta public interface AppServicePlan extends GroupableResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>, HasName, Refreshable<AppServicePlan>, Updatable<AppServicePlan.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
AppServicePlan.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
AppServicePlan.DefinitionStages
Grouping of all the site definition stages.
|
static interface |
AppServicePlan.Update
The template for a site update operation, containing all the settings that can be modified.
|
static interface |
AppServicePlan.UpdateStages
Grouping of all the site update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
int |
capacity() |
int |
maxInstances() |
int |
numberOfWebApps() |
OperatingSystem |
operatingSystem() |
boolean |
perSiteScaling() |
PricingTier |
pricingTier() |
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
int maxInstances()
int capacity()
boolean perSiteScaling()
int numberOfWebApps()
PricingTier pricingTier()
OperatingSystem operatingSystem()
Copyright © 2019. All rights reserved.