共用方式為


ISearchServices.ListQueryKeys(String, String) 方法

定義

傳回指定 Azure 搜尋服務的查詢 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 搜尋服務名稱。

傳回

適用於