Package | Description |
---|---|
com.microsoft.azure.management.search |
This package contains the classes for SearchManagementClient.
|
Modifier and Type | Method and Description |
---|---|
AdminKeys |
SearchService.getAdminKeys()
The primary and secondary admin API keys for the specified Azure Search service.
|
AdminKeys |
SearchServices.getAdminKeys(String resourceGroupName,
String searchServiceName)
Gets the primary and secondary admin API keys for the specified Azure Search service.
|
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.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<AdminKeys> |
SearchService.getAdminKeysAsync()
The primary and secondary admin API keys for the specified Azure Search service.
|
rx.Observable<AdminKeys> |
SearchServices.getAdminKeysAsync(String resourceGroupName,
String searchServiceName)
Gets the primary and secondary admin API keys for the specified Azure Search service.
|
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.