IAdminKeysOperations Interface

Definition

AdminKeysOperations operations.

public interface IAdminKeysOperations
type IAdminKeysOperations = interface
Public Interface IAdminKeysOperations

Methods

GetWithHttpMessagesAsync(String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service. https://aka.ms/search-manage

RegenerateWithHttpMessagesAsync(String, String, AdminKeyKind, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time. https://aka.ms/search-manage

Extension Methods

Get(IAdminKeysOperations, String, String, SearchManagementRequestOptions)

Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service. https://aka.ms/search-manage

GetAsync(IAdminKeysOperations, String, String, SearchManagementRequestOptions, CancellationToken)

Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service. https://aka.ms/search-manage

Regenerate(IAdminKeysOperations, String, String, AdminKeyKind, SearchManagementRequestOptions)

Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time. https://aka.ms/search-manage

RegenerateAsync(IAdminKeysOperations, String, String, AdminKeyKind, SearchManagementRequestOptions, CancellationToken)

Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time. https://aka.ms/search-manage

Applies to