| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/