다음을 통해 공유


ISearchManagementClient 인터페이스

정의

Azure Search 서비스 및 API 키를 관리하는 데 사용할 수 있는 클라이언트입니다.

public interface ISearchManagementClient : IDisposable
type ISearchManagementClient = interface
    interface IDisposable
Public Interface ISearchManagementClient
Implements IDisposable
파생
구현

속성

AcceptLanguage

응답에 대한 기본 설정 언어를 가져오거나 설정합니다.

AdminKeys

IAdminKeysOperations를 가져옵니다.

ApiVersion

각 요청에 사용할 API 버전입니다. 현재 버전은 2015-08-19입니다.

BaseUri

서비스의 기본 URI입니다.

Credentials

클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.

DeserializationSettings

json 역직렬화 설정을 가져오거나 설정합니다.

GenerateClientRequestId

true로 설정하면 고유한 x-ms-client-request-id 값이 생성되고 각 요청에 포함됩니다. 기본값은 true입니다.

LongRunningOperationRetryTimeout

장기 실행 작업에 대한 재시도 시간 제한(초)을 가져오거나 설정합니다. 기본값은 30입니다.

QueryKeys

IQueryKeysOperations를 가져옵니다.

SerializationSettings

json serialization 설정을 가져오거나 설정합니다.

Services

IServicesOperations를 가져옵니다.

SubscriptionId

Microsoft Azure 구독의 고유 식별자입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

적용 대상