Package | Description |
---|---|
com.microsoft.azure.management.search |
This package contains the classes for SearchManagementClient.
|
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.
|
rx.Observable<AdminKeys> |
SearchService.regenerateAdminKeysAsync(AdminKeyKind keyKind)
Regenerates either the primary or secondary admin API key.
|
rx.Observable<AdminKeys> |
SearchServices.regenerateAdminKeysAsync(String resourceGroupName,
String searchServiceName,
AdminKeyKind keyKind)
Regenerates either the primary or secondary admin API key.
|
Copyright © 2019. All rights reserved.