Condividi tramite


IAppServiceDomains Interfaccia

Definizione

Punto di ingresso per l'API di gestione del dominio.

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

Proprietà

Inner

Punto di ingresso per l'API di gestione del dominio.

(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 del dominio.

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

Elimina una risorsa da Azure, identificandola in base all'ID risorsa.

(Ereditato da ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Elimina una risorsa da Azure, identificandola in base all'ID risorsa.

(Ereditato da ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Elimina una risorsa da Azure, identificandola in base al nome e al relativo gruppo di risorse.

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

Elimina una risorsa da Azure, identificandola in base al nome e al relativo gruppo di risorse.

(Ereditato da ISupportsDeletingByResourceGroup)
GetById(String)

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

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

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

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

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

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

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

(Ereditato da ISupportsGettingByResourceGroup<T>)
List()

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

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

Elencare i contratti per l'acquisto di un dominio con un'estensione di primo livello specifica.

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