Partager via


IAppServicePlans Interface

Définition

Point d’entrée pour l’API de gestion de plan App Service.

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)
Implémente

Propriétés

Inner

Point d’entrée pour l’API de gestion de plan App Service.

(Hérité de IHasInner<T>)
Manager

Obtient le type de client manager de ce type de ressource.

(Hérité de IHasManager<ManagerT>)

Méthodes

Define(String)

Point d’entrée pour l’API de gestion de plan App Service.

(Hérité de ISupportsCreating<T>)
DeleteById(String)

Supprime une ressource d’Azure, en l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Supprime une ressource d’Azure, en l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Supprime une ressource d’Azure, en l’identifiant par son nom et son groupe de ressources.

(Hérité de ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Supprime une ressource d’Azure, en l’identifiant par son nom et son groupe de ressources.

(Hérité de ISupportsDeletingByResourceGroup)
GetById(String)

Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource et du nom de son groupe de ressources.

(Hérité de ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource et du nom de son groupe de ressources.

(Hérité de ISupportsGettingByResourceGroup<T>)
List()

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)
ListByResourceGroup(String)

Répertorie les ressources du type spécifié dans le groupe de ressources spécifié.

(Hérité de ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Répertorie les ressources du type spécifié dans le groupe de ressources spécifié.

(Hérité de ISupportsListingByResourceGroup<T>)

S’applique à