次の方法で共有


ISearchService.CreateQueryKeyAsync(String, CancellationToken) メソッド

定義

プライマリまたはセカンダリの管理者 API キーを再生成します。 一度に再生成できるのは 1 つのキーのみです。

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

パラメーター

name
String

新しいクエリ API キーの名前。

cancellationToken
CancellationToken

戻り値

適用対象