IAppServicePlans Интерфейс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Точка входа для 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 |
Точка входа для API управления планами Служба приложений. (Унаследовано от IHasInner<T>) |
Manager |
Возвращает тип клиента диспетчера этого типа ресурса. (Унаследовано от IHasManager<ManagerT>) |
Методы
Define(String) |
Точка входа для API управления планами Служба приложений. (Унаследовано от ISupportsCreating<T>) |
DeleteById(String) |
Удаляет ресурс из Azure, идентифицируя его по идентификатору ресурса. (Унаследовано от ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Удаляет ресурс из Azure, идентифицируя его по идентификатору ресурса. (Унаследовано от ISupportsDeletingById) |
DeleteByResourceGroup(String, String) |
Удаляет ресурс из Azure, идентифицируя его по имени и группе ресурсов. (Унаследовано от ISupportsDeletingByResourceGroup) |
DeleteByResourceGroupAsync(String, String, CancellationToken) |
Удаляет ресурс из Azure, идентифицируя его по имени и группе ресурсов. (Унаследовано от ISupportsDeletingByResourceGroup) |
GetById(String) |
Возвращает сведения о ресурсе из Azure на основе идентификатора ресурса. (Унаследовано от ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Возвращает сведения о ресурсе из Azure на основе идентификатора ресурса. (Унаследовано от ISupportsGettingById<T>) |
GetByResourceGroup(String, String) |
Возвращает сведения о ресурсе из Azure на основе имени ресурса и имени его группы ресурсов. (Унаследовано от ISupportsGettingByResourceGroup<T>) |
GetByResourceGroupAsync(String, String, CancellationToken) |
Возвращает сведения о ресурсе из Azure на основе имени ресурса и имени его группы ресурсов. (Унаследовано от ISupportsGettingByResourceGroup<T>) |
List() |
Выводит список всех ресурсов указанного типа в текущей выбранной подписке. (Унаследовано от ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Выводит список всех ресурсов указанного типа в текущей выбранной подписке. (Унаследовано от ISupportsListing<T>) |
ListByResourceGroup(String) |
Список ресурсов указанного типа в указанной группе ресурсов. (Унаследовано от ISupportsListingByResourceGroup<T>) |
ListByResourceGroupAsync(String, Boolean, CancellationToken) |
Список ресурсов указанного типа в указанной группе ресурсов. (Унаследовано от ISupportsListingByResourceGroup<T>) |
Применяется к
Azure SDK for .NET