Megosztás a következőn keresztül:


IAppServicePlans Interfész

Definíció

Belépési pont App Service csomagkezelési API-hoz.

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)
Megvalósítás

Tulajdonságok

Inner

Belépési pont App Service csomagkezelési API-hoz.

(Öröklődés forrása IHasInner<T>)
Manager

Lekéri ennek az erőforrástípusnak a kezelőügyfél-típusát.

(Öröklődés forrása IHasManager<ManagerT>)

Metódusok

Define(String)

Belépési pont App Service csomagkezelési API-hoz.

(Öröklődés forrása ISupportsCreating<T>)
DeleteById(String)

Töröl egy erőforrást az Azure-ból, és azonosítja azt az erőforrás-azonosítója alapján.

(Öröklődés forrása ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Töröl egy erőforrást az Azure-ból, és azonosítja azt az erőforrás-azonosítója alapján.

(Öröklődés forrása ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Töröl egy erőforrást az Azure-ból, és azonosítja a neve és az erőforráscsoportja alapján.

(Öröklődés forrása ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Töröl egy erőforrást az Azure-ból, és azonosítja a neve és az erőforráscsoportja alapján.

(Öröklődés forrása ISupportsDeletingByResourceGroup)
GetById(String)

Lekéri egy erőforrás adatait az Azure-ból az erőforrás-azonosító alapján.

(Öröklődés forrása ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Lekéri egy erőforrás adatait az Azure-ból az erőforrás-azonosító alapján.

(Öröklődés forrása ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Lekéri egy erőforrás adatait az Azure-ból az erőforrás neve és az erőforráscsoport neve alapján.

(Öröklődés forrása ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Lekéri egy erőforrás adatait az Azure-ból az erőforrás neve és az erőforráscsoport neve alapján.

(Öröklődés forrása ISupportsGettingByResourceGroup<T>)
List()

Felsorolja az aktuálisan kiválasztott előfizetésben megadott típusú összes erőforrást.

(Öröklődés forrása ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Felsorolja az aktuálisan kiválasztott előfizetésben megadott típusú összes erőforrást.

(Öröklődés forrása ISupportsListing<T>)
ListByResourceGroup(String)

A megadott típusú erőforrásokat sorolja fel a megadott erőforráscsoportban.

(Öröklődés forrása ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

A megadott típusú erőforrásokat sorolja fel a megadott erőforráscsoportban.

(Öröklődés forrása ISupportsListingByResourceGroup<T>)

A következőre érvényes: