다음을 통해 공유


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에서 리소스를 삭제하여 해당 리소스 ID로 식별합니다.

(다음에서 상속됨 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Azure에서 리소스를 삭제하여 해당 리소스 ID로 식별합니다.

(다음에서 상속됨 ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Azure에서 리소스를 삭제하여 해당 이름 및 해당 리소스 그룹으로 식별합니다.

(다음에서 상속됨 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Azure에서 리소스를 삭제하여 해당 이름 및 해당 리소스 그룹으로 식별합니다.

(다음에서 상속됨 ISupportsDeletingByResourceGroup)
GetById(String)

리소스 ID를 기반으로 Azure에서 리소스에 대한 정보를 가져옵니다.

(다음에서 상속됨 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

리소스 ID를 기반으로 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>)

적용 대상