Condividi tramite


IAppServicePlans Interfaccia

Definizione

Punto di ingresso per l'API di gestione dei piani servizio app.

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

Proprietà

Inner

Punto di ingresso per l'API di gestione dei piani servizio app.

(Ereditato da IHasInner<T>)
Manager

Ottiene il tipo di client di gestione di questo tipo di risorsa.

(Ereditato da IHasManager<ManagerT>)

Metodi

Define(String)

Punto di ingresso per l'API di gestione dei piani servizio app.

(Ereditato da ISupportsCreating<T>)
DeleteById(String)

Elimina una risorsa da Azure, identificandola con il relativo ID risorsa.

(Ereditato da ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Elimina una risorsa da Azure, identificandola con il relativo ID risorsa.

(Ereditato da ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Elimina una risorsa da Azure, identificandola con il nome e il relativo gruppo di risorse.

(Ereditato da ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Elimina una risorsa da Azure, identificandola con il nome e il relativo gruppo di risorse.

(Ereditato da ISupportsDeletingByResourceGroup)
GetById(String)

Ottiene le informazioni su una risorsa di Azure in base all'ID risorsa.

(Ereditato da ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Ottiene le informazioni su una risorsa di Azure in base all'ID risorsa.

(Ereditato da ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Ottiene le informazioni su una risorsa di Azure in base al nome della risorsa e al nome del gruppo di risorse.

(Ereditato da ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Ottiene le informazioni su una risorsa di Azure in base al nome della risorsa e al nome del gruppo di risorse.

(Ereditato da ISupportsGettingByResourceGroup<T>)
List()

Elenca tutte le risorse del tipo specificato nella sottoscrizione attualmente selezionata.

(Ereditato da ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Elenca tutte le risorse del tipo specificato nella sottoscrizione attualmente selezionata.

(Ereditato da ISupportsListing<T>)
ListByResourceGroup(String)

Elenca le risorse del tipo specificato nel gruppo di risorse specificato.

(Ereditato da ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Elenca le risorse del tipo specificato nel gruppo di risorse specificato.

(Ereditato da ISupportsListingByResourceGroup<T>)

Si applica a