Partilhar via


IAppServicePlans Interface

Definição

Ponto de entrada para Serviço de Aplicações API de gestão de planos.

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)
Implementações

Propriedades

Inner

Ponto de entrada para Serviço de Aplicações API de gestão de planos.

(Herdado de IHasInner<T>)
Manager

Obtém o tipo de cliente do gestor deste tipo de recurso.

(Herdado de IHasManager<ManagerT>)

Métodos

Define(String)

Ponto de entrada para Serviço de Aplicações API de gestão de planos.

(Herdado de ISupportsCreating<T>)
DeleteById(String)

Elimina um recurso do Azure, identificando-o pelo respetivo ID de recurso.

(Herdado de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Elimina um recurso do Azure, identificando-o pelo respetivo ID de recurso.

(Herdado de ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Elimina um recurso do Azure, identificando-o pelo respetivo nome e pelo respetivo grupo de recursos.

(Herdado de ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Elimina um recurso do Azure, identificando-o pelo respetivo nome e pelo respetivo grupo de recursos.

(Herdado de ISupportsDeletingByResourceGroup)
GetById(String)

Obtém as informações sobre um recurso do Azure com base no ID do recurso.

(Herdado de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtém as informações sobre um recurso do Azure com base no ID do recurso.

(Herdado de ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Obtém as informações sobre um recurso do Azure com base no nome do recurso e no nome do respetivo grupo de recursos.

(Herdado de ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Obtém as informações sobre um recurso do Azure com base no nome do recurso e no nome do respetivo grupo de recursos.

(Herdado de ISupportsGettingByResourceGroup<T>)
List()

Lista todos os recursos do tipo especificado na subscrição atualmente selecionada.

(Herdado de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lista todos os recursos do tipo especificado na subscrição atualmente selecionada.

(Herdado de ISupportsListing<T>)
ListByResourceGroup(String)

Lista os recursos do tipo especificado no grupo de recursos especificado.

(Herdado de ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Lista os recursos do tipo especificado no grupo de recursos especificado.

(Herdado de ISupportsListingByResourceGroup<T>)

Aplica-se a