74 строки
4.5 KiB
YAML
74 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
inheritedMembers:
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasId.id()
|
|
- com.microsoft.azure.management.resources.fluentcore.model.HasInner.inner()
|
|
- com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager.manager()
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasName.name()
|
|
- com.microsoft.azure.management.resources.fluentcore.model.Refreshable.refresh()
|
|
- com.microsoft.azure.management.resources.fluentcore.model.Refreshable.refreshAsync()
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.region()
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.regionName()
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup.resourceGroupName()
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.tags()
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.type()
|
|
- com.microsoft.azure.management.resources.fluentcore.model.Updatable.update()
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.appservice.AppServicePlan.capacity()
|
|
name: capacity()
|
|
nameWithType: AppServicePlan.capacity()
|
|
returns:
|
|
description: <p>maximum number of instances that can be assigned </p>
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
syntax: public int capacity()
|
|
uid: com.microsoft.azure.management.appservice.AppServicePlan.capacity()
|
|
- fullName: com.microsoft.azure.management.appservice.AppServicePlan.maxInstances()
|
|
name: maxInstances()
|
|
nameWithType: AppServicePlan.maxInstances()
|
|
returns:
|
|
description: <p>maximum number of instances that can be assigned </p>
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
syntax: public int maxInstances()
|
|
uid: com.microsoft.azure.management.appservice.AppServicePlan.maxInstances()
|
|
- fullName: com.microsoft.azure.management.appservice.AppServicePlan.numberOfWebApps()
|
|
name: numberOfWebApps()
|
|
nameWithType: AppServicePlan.numberOfWebApps()
|
|
returns:
|
|
description: <p>number of web apps assigned to this App Service Plan </p>
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
syntax: public int numberOfWebApps()
|
|
uid: com.microsoft.azure.management.appservice.AppServicePlan.numberOfWebApps()
|
|
- fullName: com.microsoft.azure.management.appservice.AppServicePlan.operatingSystem()
|
|
name: operatingSystem()
|
|
nameWithType: AppServicePlan.operatingSystem()
|
|
returns:
|
|
description: <p>the operating system the web app is running on </p>
|
|
type: <xref href="com.microsoft.azure.management.appservice.OperatingSystem?alt=com.microsoft.azure.management.appservice.OperatingSystem&text=OperatingSystem" data-throw-if-not-resolved="False"/>
|
|
syntax: public OperatingSystem operatingSystem()
|
|
uid: com.microsoft.azure.management.appservice.AppServicePlan.operatingSystem()
|
|
- fullName: com.microsoft.azure.management.appservice.AppServicePlan.perSiteScaling()
|
|
name: perSiteScaling()
|
|
nameWithType: AppServicePlan.perSiteScaling()
|
|
returns:
|
|
description: <p>if apps assigned to this App Service Plan can be scaled independently </p>
|
|
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
|
|
syntax: public boolean perSiteScaling()
|
|
uid: com.microsoft.azure.management.appservice.AppServicePlan.perSiteScaling()
|
|
- fullName: com.microsoft.azure.management.appservice.AppServicePlan.pricingTier()
|
|
name: pricingTier()
|
|
nameWithType: AppServicePlan.pricingTier()
|
|
returns:
|
|
description: <p>the pricing tier information of the App Service Plan </p>
|
|
type: <xref href="com.microsoft.azure.management.appservice.PricingTier?alt=com.microsoft.azure.management.appservice.PricingTier&text=PricingTier" data-throw-if-not-resolved="False"/>
|
|
syntax: public PricingTier pricingTier()
|
|
uid: com.microsoft.azure.management.appservice.AppServicePlan.pricingTier()
|
|
nameWithType: AppServicePlan
|
|
syntax: public interface AppServicePlan extends GroupableResource<AppServiceManager, AppServicePlanInner>,HasName,Refreshable<AppServicePlan>,Updatable<AppServicePlan.Update>
|
|
type: interface
|
|
uid: com.microsoft.azure.management.appservice.AppServicePlan
|
|
fullName: com.microsoft.azure.management.appservice.AppServicePlan
|
|
name: AppServicePlan
|
|
package: com.microsoft.azure.management.appservice
|
|
summary: <p>An immutable client-side representation of an Azure App service plan. </p>
|
|
metadata: {}
|