다음을 통해 공유


ISearchServices.CreateQueryKeyAsync 메서드

정의

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

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Fluent.IQueryKey> CreateQueryKeyAsync (string resourceGroupName, string searchServiceName, string name, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateQueryKeyAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Fluent.IQueryKey>
Public Function CreateQueryKeyAsync (resourceGroupName As String, searchServiceName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IQueryKey)

매개 변수

resourceGroupName
String

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

searchServiceName
String

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

name
String

새 쿼리 API 키의 이름입니다.

cancellationToken
CancellationToken

반환

적용 대상