Uses of Enum Class
com.microsoft.azure.management.search.AdminKeyKind
Package
Description
This package contains the classes for SearchManagementClient.
-
Uses of AdminKeyKind in com.microsoft.azure.management.search
Modifier and TypeMethodDescriptionstatic AdminKeyKind
AdminKeyKind.fromString
(String value) Parses a serialized value to a AdminKeyKind instance.static AdminKeyKind
Returns the enum constant of this class with the specified name.static AdminKeyKind[]
AdminKeyKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSearchService.regenerateAdminKeys
(AdminKeyKind keyKind) Regenerates either the primary or secondary admin API key.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.