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


IAppServiceDomains Interfész

Definíció

Belépési pont a tartománykezelési API-hoz.

public interface IAppServiceDomains : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.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.IAppServiceDomain>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>
type IAppServiceDomains = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<IAppServiceDomain>
    interface ISupportsListingByResourceGroup<IAppServiceDomain>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface ISupportsGettingByResourceGroup<IAppServiceDomain>
    interface ISupportsGettingById<IAppServiceDomain>
    interface IHasManager<IAppServiceManager>
    interface IHasInner<IDomainsOperations>
Public Interface IAppServiceDomains
Implements IBeta, IHasInner(Of IDomainsOperations), IHasManager(Of IAppServiceManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IAppServiceDomain), ISupportsGettingByResourceGroup(Of IAppServiceDomain), ISupportsListing(Of IAppServiceDomain), ISupportsListingByResourceGroup(Of IAppServiceDomain)
Megvalósítás

Tulajdonságok

Inner

Belépési pont a tartománykezelé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 a tartománykezelé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ó 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ó 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 azt 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 azt 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 a megadott típusú erőforrásokat az aktuálisan kiválasztott előfizetésben.

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

Listázz egy adott legfelső szintű bővítményt tartalmazó tartomány megvásárlására vonatkozó szerződéseket.

ListAsync(Boolean, CancellationToken)

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

(Ö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: