次の方法で共有


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 Service プランに割り当てられている Web アプリの数を取得します。

OperatingSystem

Web アプリが実行されているオペレーティング システムを取得します。

PerSiteScaling

このApp Service プランに割り当てられたアプリを個別にスケーリングできるかどうかを取得します。

PricingTier

App Service プランの価格レベル情報を取得します。

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>)

適用対象