AdminKeysClient Interface
public interface AdminKeysClient
An instance of this class provides access to all the operations defined in AdminKeysClient.
Method Summary
Method Details
get
public abstract AdminKeyResultInner get(String resourceGroupName, String searchServiceName)
Gets the primary and secondary admin API keys for the specified search service.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the primary and secondary admin API keys for the specified search service.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the primary and secondary admin API keys for the specified search service.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the primary and secondary admin API keys for the specified search service.
Parameters:
Returns:
regenerate
public abstract AdminKeyResultInner regenerate(String resourceGroupName, String searchServiceName, AdminKeyKind keyKind)
Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.
Parameters:
Returns:
regenerateAsync
public abstract Mono
Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.
Parameters:
Returns:
regenerateWithResponse
public abstract Response
Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.
Parameters:
Returns:
regenerateWithResponseAsync
public abstract Mono
Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.
Parameters:
Returns:
Applies to
Azure SDK for Java