| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent |
Package containing the service clients for RedisManagementClient.
|
| com.azure.resourcemanager.redis.models |
Package containing the data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ExportRdbParameters |
ExportRdbParameters.withContainer(String container)
Set the container property: Container name to export to.
|
ExportRdbParameters |
ExportRdbParameters.withFormat(String format)
Set the format property: File format.
|
ExportRdbParameters |
ExportRdbParameters.withPrefix(String prefix)
Set the prefix property: Prefix to use for exported files.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.