Bagikan melalui


IAdminKeysOperations Interface

Definition

AdminKeysOperations operations.

public interface IAdminKeysOperations
type IAdminKeysOperations = interface
Public Interface IAdminKeysOperations

Methods

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

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

RegenerateWithHttpMessagesAsync(String, String, AdminKeyKind, SearchManagementRequestOptionsInner, 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

GetAsync(IAdminKeysOperations, String, String, SearchManagementRequestOptionsInner, CancellationToken)

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

RegenerateAsync(IAdminKeysOperations, String, String, AdminKeyKind, SearchManagementRequestOptionsInner, 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