ISearchServices.ListQueryKeys(String, String) Method

Definition

Returns the list of query API keys for the given Azure Search service.

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)

Parameters

resourceGroupName
String

The name of the resource group within the current subscription; you can obtain this value from the Azure Resource Manager API or the portal.

searchServiceName
String

The name of the Azure Search service associated with the specified resource group.

Returns

Applies to