Поделиться через


IAppServiceDomains Интерфейс

Определение

Точка входа для API управления доменами.

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)
Реализации

Свойства

Inner

Точка входа для API управления доменами.

(Унаследовано от IHasInner<T>)
Manager

Возвращает тип клиента диспетчера этого типа ресурса.

(Унаследовано от IHasManager<ManagerT>)

Методы

Define(String)

Точка входа для API управления доменами.

(Унаследовано от ISupportsCreating<T>)
DeleteById(String)

Удаляет ресурс из Azure, идентифицируя его по идентификатору ресурса.

(Унаследовано от ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Удаляет ресурс из Azure, идентифицируя его по идентификатору ресурса.

(Унаследовано от ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Удаляет ресурс из Azure, идентифицируя его по имени и группе ресурсов.

(Унаследовано от ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Удаляет ресурс из Azure, идентифицируя его по имени и группе ресурсов.

(Унаследовано от ISupportsDeletingByResourceGroup)
GetById(String)

Возвращает сведения о ресурсе из Azure на основе идентификатора ресурса.

(Унаследовано от ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Возвращает сведения о ресурсе из Azure на основе идентификатора ресурса.

(Унаследовано от ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Возвращает сведения о ресурсе из Azure на основе имени ресурса и имени его группы ресурсов.

(Унаследовано от ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Возвращает сведения о ресурсе из Azure на основе имени ресурса и имени его группы ресурсов.

(Унаследовано от ISupportsGettingByResourceGroup<T>)
List()

Выводит список всех ресурсов указанного типа в текущей выбранной подписке.

(Унаследовано от ISupportsListing<T>)
ListAgreements(String)

Перечислить соглашения о приобретении домена с определенным расширением верхнего уровня.

ListAsync(Boolean, CancellationToken)

Выводит список всех ресурсов указанного типа в текущей выбранной подписке.

(Унаследовано от ISupportsListing<T>)
ListByResourceGroup(String)

Список ресурсов указанного типа в указанной группе ресурсов.

(Унаследовано от ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Список ресурсов указанного типа в указанной группе ресурсов.

(Унаследовано от ISupportsListingByResourceGroup<T>)

Применяется к