你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAppServicePlan 接口

定义

Azure 应用服务计划的不可变客户端表示形式。

public interface IAppServicePlan : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager,Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Update.IUpdate>
type IAppServicePlan = interface
    interface IBeta
    interface IGroupableResource<IAppServiceManager, AppServicePlanInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IAppServiceManager>
    interface IHasInner<AppServicePlanInner>
    interface IRefreshable<IAppServicePlan>
    interface IUpdatable<IUpdate>
Public Interface IAppServicePlan
Implements IBeta, IGroupableResource(Of IAppServiceManager, AppServicePlanInner), IHasInner(Of AppServicePlanInner), IHasManager(Of IAppServiceManager), IRefreshable(Of IAppServicePlan), IUpdatable(Of IUpdate)
实现

属性

Capacity

获取可分配的最大实例数。

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

Azure 应用服务计划的不可变客户端表示形式。

(继承自 IHasInner<T>)
Key

Azure 应用服务计划的不可变客户端表示形式。

(继承自 IIndexable)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
MaxInstances

获取可分配的最大实例数。

Name

获取资源的名称

(继承自 IHasName)
NumberOfWebApps

获取分配给此App 服务计划的 Web 应用数。

OperatingSystem

获取运行 Web 应用的操作系统。

PerSiteScaling

获取分配给此App 服务计划的应用是否可以独立缩放。

PricingTier

获取App 服务计划的定价层信息。

Region

Azure 应用服务计划的不可变客户端表示形式。

(继承自 IResource)
RegionName

Azure 应用服务计划的不可变客户端表示形式。

(继承自 IResource)
ResourceGroupName

Azure 应用服务计划的不可变客户端表示形式。

(继承自 IHasResourceGroup)
Tags

Azure 应用服务计划的不可变客户端表示形式。

(继承自 IResource)
Type

Azure 应用服务计划的不可变客户端表示形式。

(继承自 IResource)

方法

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
Update()

Azure 应用服务计划的不可变客户端表示形式。

(继承自 IUpdatable<T>)

适用于