ISearchService.CreateQueryKey(String) Method

Definition

Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.

public Microsoft.Azure.Management.Search.Fluent.IQueryKey CreateQueryKey (string name);
abstract member CreateQueryKey : string -> Microsoft.Azure.Management.Search.Fluent.IQueryKey
Public Function CreateQueryKey (name As String) As IQueryKey

Parameters

name
String

The name of the new query API key.

Returns

Applies to