다음을 통해 공유


ISearchServices.ListQueryKeys(String, String) 메서드

정의

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

public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.Search.Fluent.IQueryKey> ListQueryKeys (string resourceGroupName, string searchServiceName);
abstract member ListQueryKeys : string * string -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.Search.Fluent.IQueryKey>
Public Function ListQueryKeys (resourceGroupName As String, searchServiceName As String) As IReadOnlyList(Of IQueryKey)

매개 변수

resourceGroupName
String

현재 구독 내의 리소스 그룹 이름입니다. Azure Resource Manager API 또는 포털에서 이 값을 가져올 수 있습니다.

searchServiceName
String

지정된 리소스 그룹과 연결된 Azure Search Service 이름입니다.

반환

적용 대상