IAdminKeysOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET