共用方式為


IAppServicePlan 介面

定義

Azure App服務方案的不可變用戶端標記法。

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

取得資源識別碼字串

(繼承來源 IHasId)
Inner

Azure App服務方案的不可變用戶端標記法。

(繼承來源 IHasInner<T>)
Key

Azure App服務方案的不可變用戶端標記法。

(繼承來源 IIndexable)
Manager

取得此資源類型的管理員用戶端類型。

(繼承來源 IHasManager<ManagerT>)
MaxInstances

取得可指派的實例數目上限。

Name

取得資源的名稱

(繼承來源 IHasName)
NumberOfWebApps

取得指派給此App Service方案的 Web 應用程式數目。

OperatingSystem

取得 Web 應用程式執行所在的作業系統。

PerSiteScaling

取得指派給此App Service方案的應用程式是否可以獨立調整。

PricingTier

取得App Service方案的定價層資訊。

Region

Azure App服務方案的不可變用戶端標記法。

(繼承來源 IResource)
RegionName

Azure App服務方案的不可變用戶端標記法。

(繼承來源 IResource)
ResourceGroupName

Azure App服務方案的不可變用戶端標記法。

(繼承來源 IHasResourceGroup)
Tags

Azure App服務方案的不可變用戶端標記法。

(繼承來源 IResource)
Type

Azure App服務方案的不可變用戶端標記法。

(繼承來源 IResource)

方法

Refresh()

重新整理要與 Azure 同步處理的資源。

(繼承來源 IRefreshable<T>)
RefreshAsync(CancellationToken)

重新整理要與 Azure 同步處理的資源。

(繼承來源 IRefreshable<T>)
Update()

Azure App服務方案的不可變用戶端標記法。

(繼承來源 IUpdatable<T>)

適用於