Uses of Class
com.azure.resourcemanager.search.fluent.models.AdminKeyResultInner
Packages that use AdminKeyResultInner
Package
Description
Package containing the service clients for SearchManagementClient.
-
Uses of AdminKeyResultInner in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent that return AdminKeyResultInnerModifier and TypeMethodDescriptionGets the primary and secondary admin API keys for the specified search service.AdminKeysClient.regenerate(String resourceGroupName, String searchServiceName, AdminKeyKind keyKind) Regenerates either the primary or secondary admin API key.Methods in com.azure.resourcemanager.search.fluent that return types with arguments of type AdminKeyResultInnerModifier and TypeMethodDescriptionGets the primary and secondary admin API keys for the specified search service.com.azure.core.http.rest.Response<AdminKeyResultInner>AdminKeysClient.getWithResponse(String resourceGroupName, String searchServiceName, UUID clientRequestId, com.azure.core.util.Context context) Gets the primary and secondary admin API keys for the specified search service.Mono<com.azure.core.http.rest.Response<AdminKeyResultInner>>AdminKeysClient.getWithResponseAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId) Gets the primary and secondary admin API keys for the specified search service.AdminKeysClient.regenerateAsync(String resourceGroupName, String searchServiceName, AdminKeyKind keyKind) Regenerates either the primary or secondary admin API key.com.azure.core.http.rest.Response<AdminKeyResultInner>AdminKeysClient.regenerateWithResponse(String resourceGroupName, String searchServiceName, AdminKeyKind keyKind, UUID clientRequestId, com.azure.core.util.Context context) Regenerates either the primary or secondary admin API key.Mono<com.azure.core.http.rest.Response<AdminKeyResultInner>>AdminKeysClient.regenerateWithResponseAsync(String resourceGroupName, String searchServiceName, AdminKeyKind keyKind, UUID clientRequestId) Regenerates either the primary or secondary admin API key.