Bagikan melalui


ISearchService.GetAdminKeysAsync(CancellationToken) Method

Definition

The primary and secondary admin API keys for the specified Azure Search service.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Fluent.IAdminKeys> GetAdminKeysAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAdminKeysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Fluent.IAdminKeys>
Public Function GetAdminKeysAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IAdminKeys)

Parameters

cancellationToken
CancellationToken

Returns

Applies to