Uses of Interface
com.azure.resourcemanager.search.models.AdminKeys
Packages that use AdminKeys
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of AdminKeys in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return AdminKeysModifier and TypeMethodDescriptionSearchService.getAdminKeys()The primary and secondary admin API keys for the specified Azure Search service.SearchServices.getAdminKeys(String resourceGroupName, String searchServiceName) Gets the primary and secondary admin API keys for the specified Azure Search service.SearchService.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.Methods in com.azure.resourcemanager.search.models that return types with arguments of type AdminKeysModifier and TypeMethodDescriptionSearchService.getAdminKeysAsync()The primary and secondary admin API keys for the specified Azure Search service.SearchServices.getAdminKeysAsync(String resourceGroupName, String searchServiceName) Gets the primary and secondary admin API keys for the specified Azure Search service.SearchService.regenerateAdminKeysAsync(AdminKeyKind keyKind) Regenerates either the primary or secondary admin API key.SearchServices.regenerateAdminKeysAsync(String resourceGroupName, String searchServiceName, AdminKeyKind keyKind) Regenerates either the primary or secondary admin API key.