Поделиться через


ISearchServices.ListQueryKeys(String, String) Метод

Определение

Возвращает список ключей API запроса для данной службы поиска Azure.

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

Имя группы ресурсов в текущей подписке; Это значение можно получить в API Resource Manager Azure или на портале.

searchServiceName
String

Имя служба Azure, связанное с указанной группой ресурсов.

Возвращаемое значение

Применяется к