IAppServicePlans 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
App Service計畫管理 API 的進入點。
public interface IAppServicePlans : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>
type IAppServicePlans = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsListingByResourceGroup<IAppServicePlan>
interface ISupportsListing<IAppServicePlan>
interface ISupportsGettingByResourceGroup<IAppServicePlan>
interface ISupportsGettingById<IAppServicePlan>
interface ISupportsDeletingByResourceGroup
interface IHasManager<IAppServiceManager>
interface IHasInner<IAppServicePlansOperations>
Public Interface IAppServicePlans
Implements IBeta, IHasInner(Of IAppServicePlansOperations), IHasManager(Of IAppServiceManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IAppServicePlan), ISupportsGettingByResourceGroup(Of IAppServicePlan), ISupportsListing(Of IAppServicePlan), ISupportsListingByResourceGroup(Of IAppServicePlan)
- 實作
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IAppServicePlan> ISupportsGettingByResourceGroup<IAppServicePlan> ISupportsListing<IAppServicePlan> ISupportsListingByResourceGroup<IAppServicePlan> IBeta IHasInner<IAppServicePlansOperations> IHasManager<IAppServiceManager>
屬性
Inner |
App Service計畫管理 API 的進入點。 (繼承來源 IHasInner<T>) |
Manager |
取得這個資源類型的管理員用戶端類型。 (繼承來源 IHasManager<ManagerT>) |