Uses of Enum Class
com.microsoft.azure.management.search.AdminKeyKind
Packages that use AdminKeyKind
Package
Description
This package contains the classes for SearchManagementClient.
-
Uses of AdminKeyKind in com.microsoft.azure.management.search
Methods in com.microsoft.azure.management.search that return AdminKeyKindModifier and TypeMethodDescriptionstatic AdminKeyKindAdminKeyKind.fromString(String value) Parses a serialized value to a AdminKeyKind instance.static AdminKeyKindReturns 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.Methods in com.microsoft.azure.management.search with parameters of type AdminKeyKindModifier 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.