다음을 통해 공유


ISearchServices 인터페이스

정의

Azure에서 Search Service 관리 API에 대한 진입점입니다.

public interface ISearchServices : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Search.Fluent.SearchService.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.Search.Fluent.ISearchService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Search.Fluent.IServicesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Search.Fluent.ISearchManager>
type ISearchServices = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<ISearchService>
    interface ISupportsListingByResourceGroup<ISearchService>
    interface ISupportsGettingByResourceGroup<ISearchService>
    interface ISupportsGettingById<ISearchService>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface ISupportsBatchCreation<ISearchService>
    interface IHasManager<ISearchManager>
    interface IHasInner<IServicesOperations>
Public Interface ISearchServices
Implements IBeta, IHasInner(Of IServicesOperations), IHasManager(Of ISearchManager), ISupportsBatchCreation(Of ISearchService), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of ISearchService), ISupportsGettingByResourceGroup(Of ISearchService), ISupportsListing(Of ISearchService), ISupportsListingByResourceGroup(Of ISearchService)
구현

속성

Inner

Azure에서 Search Service 관리 API에 대한 진입점입니다.

(다음에서 상속됨 IHasInner<T>)
Manager

이 리소스 유형의 관리자 클라이언트 유형을 가져옵니다.

(다음에서 상속됨 IHasManager<ManagerT>)

메서드

CheckNameAvailability(String)

지정된 Search Service 이름이 유효하고 사용할 수 있는지 확인합니다.

CheckNameAvailabilityAsync(String, CancellationToken)

Search Service 이름이 유효하고 비동기적으로 사용되지 않는지 확인합니다.

Create(ICreatable<IFluentResourceT>[])

리소스 집합(일괄 처리)을 만듭니다.

(다음에서 상속됨 ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

리소스 집합(일괄 처리)을 만듭니다.

(다음에서 상속됨 ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

리소스 집합(일괄 처리)을 만듭니다.

(다음에서 상속됨 ISupportsBatchCreation<IFluentResourceT>)
CreateQueryKey(String, String, String)

기본 또는 보조 관리자 API 키를 다시 생성합니다. 한번에 하나의 키만 다시 생성할 수 있습니다.

CreateQueryKeyAsync(String, String, String, CancellationToken)

기본 또는 보조 관리자 API 키를 다시 생성합니다. 한번에 하나의 키만 다시 생성할 수 있습니다.

Define(String)

Azure에서 Search Service 관리 API에 대한 진입점입니다.

(다음에서 상속됨 ISupportsCreating<T>)
DeleteById(String)

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

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

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

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

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

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

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

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

지정된 쿼리 키를 삭제합니다. 관리자 키와 달리 쿼리 키는 다시 생성되지 않습니다. 쿼리 키를 다시 생성하는 프로세스는 삭제한 다음 다시 생성하는 것입니다.

DeleteQueryKeyAsync(String, String, String, CancellationToken)

지정된 쿼리 키를 삭제합니다. 관리자 키와 달리 쿼리 키는 다시 생성되지 않습니다. 쿼리 키를 다시 생성하는 프로세스는 삭제한 다음 다시 생성하는 것입니다.

GetAdminKeys(String, String)

지정된 Azure Search Service 대한 기본 및 보조 관리자 API 키를 가져옵니다.

GetAdminKeysAsync(String, String, CancellationToken)

지정된 Azure Search Service 대한 기본 및 보조 관리자 API 키를 가져옵니다.

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>)
ListAsync(Boolean, CancellationToken)

현재 선택한 구독에서 지정된 형식의 모든 리소스를 나열합니다.

(다음에서 상속됨 ISupportsListing<T>)
ListByResourceGroup(String)

지정된 리소스 그룹에 지정된 형식의 리소스를 나열합니다.

(다음에서 상속됨 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

지정된 리소스 그룹에 지정된 형식의 리소스를 나열합니다.

(다음에서 상속됨 ISupportsListingByResourceGroup<T>)
ListQueryKeys(String, String)

지정된 Azure Search 서비스에 대한 쿼리 API 키 목록을 반환합니다.

ListQueryKeysAsync(String, String, CancellationToken)

지정된 Azure Search 서비스에 대한 쿼리 API 키 목록을 반환합니다.

RegenerateAdminKeys(String, String, AdminKeyKind)

기본 또는 보조 관리자 API 키를 다시 생성합니다. 한번에 하나의 키만 다시 생성할 수 있습니다.

RegenerateAdminKeysAsync(String, String, AdminKeyKind, CancellationToken)

기본 또는 보조 관리자 API 키를 다시 생성합니다. 한번에 하나의 키만 다시 생성할 수 있습니다.

적용 대상