Compartir a través de


IAppServiceDomains Interfaz

Definición

Punto de entrada para la API de administración de dominios.

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

Propiedades

Inner

Punto de entrada para la API de administración de dominios.

(Heredado de IHasInner<T>)
Manager

Obtiene el tipo de cliente de administrador de este tipo de recurso.

(Heredado de IHasManager<ManagerT>)

Métodos

Define(String)

Punto de entrada para la API de administración de dominios.

(Heredado de ISupportsCreating<T>)
DeleteById(String)

Elimina un recurso de Azure, que lo identifica por su identificador de recurso.

(Heredado de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Elimina un recurso de Azure, que lo identifica por su identificador de recurso.

(Heredado de ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Elimina un recurso de Azure, que lo identifica por su nombre y su grupo de recursos.

(Heredado de ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Elimina un recurso de Azure, que lo identifica por su nombre y su grupo de recursos.

(Heredado de ISupportsDeletingByResourceGroup)
GetById(String)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

(Heredado de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

(Heredado de ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Obtiene la información sobre un recurso de Azure basado en el nombre del recurso y el nombre de su grupo de recursos.

(Heredado de ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el nombre del recurso y el nombre de su grupo de recursos.

(Heredado de ISupportsGettingByResourceGroup<T>)
List()

Enumera todos los recursos del tipo especificado en la suscripción seleccionada actualmente.

(Heredado de ISupportsListing<T>)
ListAgreements(String)

Enumere los contratos para comprar un dominio con una extensión de nivel superior específica.

ListAsync(Boolean, CancellationToken)

Enumera todos los recursos del tipo especificado en la suscripción seleccionada actualmente.

(Heredado de ISupportsListing<T>)
ListByResourceGroup(String)

Enumera los recursos del tipo especificado en el grupo de recursos especificado.

(Heredado de ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Enumera los recursos del tipo especificado en el grupo de recursos especificado.

(Heredado de ISupportsListingByResourceGroup<T>)

Se aplica a