com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
RedisClient.beginExportData(String resourceGroupName,
String name,
ExportRdbParameters parameters) |
Export data from the redis cache to blobs in a container.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
RedisClient.beginExportData(String resourceGroupName,
String name,
ExportRdbParameters parameters,
com.azure.core.util.Context context) |
Export data from the redis cache to blobs in a container.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
RedisClient.beginExportDataAsync(String resourceGroupName,
String name,
ExportRdbParameters parameters) |
Export data from the redis cache to blobs in a container.
|
void |
RedisClient.exportData(String resourceGroupName,
String name,
ExportRdbParameters parameters) |
Export data from the redis cache to blobs in a container.
|
void |
RedisClient.exportData(String resourceGroupName,
String name,
ExportRdbParameters parameters,
com.azure.core.util.Context context) |
Export data from the redis cache to blobs in a container.
|
Mono<Void> |
RedisClient.exportDataAsync(String resourceGroupName,
String name,
ExportRdbParameters parameters) |
Export data from the redis cache to blobs in a container.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
RedisClient.exportDataWithResponseAsync(String resourceGroupName,
String name,
ExportRdbParameters parameters) |
Export data from the redis cache to blobs in a container.
|