次の方法で共有


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の名前。

戻り値

適用対象