| Package | Description |
|---|---|
| com.azure.resourcemanager.search.fluent |
Package containing the service clients for SearchManagementClient.
|
| com.azure.resourcemanager.search.models |
Package containing the data models for SearchManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AdminKeyResultInner |
AdminKeysClient.regenerate(String resourceGroupName,
String searchServiceName,
AdminKeyKind keyKind)
Regenerates either the primary or secondary admin API key.
|
Mono<AdminKeyResultInner> |
AdminKeysClient.regenerateAsync(String resourceGroupName,
String searchServiceName,
AdminKeyKind keyKind)
Regenerates either the primary or secondary admin API key.
|
Mono<AdminKeyResultInner> |
AdminKeysClient.regenerateAsync(String resourceGroupName,
String searchServiceName,
AdminKeyKind keyKind,
UUID clientRequestId)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static AdminKeyKind |
AdminKeyKind.fromString(String value)
Parses a serialized value to a AdminKeyKind instance.
|
static AdminKeyKind |
AdminKeyKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdminKeyKind[] |
AdminKeyKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AdminKeys |
SearchService.regenerateAdminKeys(AdminKeyKind keyKind)
Regenerates either the primary or secondary admin API key.
|
AdminKeys |
SearchServices.regenerateAdminKeys(String resourceGroupName,
String searchServiceName,
AdminKeyKind keyKind)
Regenerates either the primary or secondary admin API key.
|
Mono<AdminKeys> |
SearchService.regenerateAdminKeysAsync(AdminKeyKind keyKind)
Regenerates either the primary or secondary admin API key.
|
Mono<AdminKeys> |
SearchServices.regenerateAdminKeysAsync(String resourceGroupName,
String searchServiceName,
AdminKeyKind keyKind)
Regenerates either the primary or secondary admin API key.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.