@Beta public interface AppServicePlan extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<AppServicePlan>, com.microsoft.azure.management.resources.fluentcore.model.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.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
int |
capacity() |
int |
maxInstances() |
int |
numberOfWebApps() |
OperatingSystem |
operatingSystem() |
boolean |
perSiteScaling() |
PricingTier |
pricingTier() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinnerint maxInstances()
int capacity()
boolean perSiteScaling()
int numberOfWebApps()
PricingTier pricingTier()
OperatingSystem operatingSystem()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/