Uses of Class
com.azure.resourcemanager.redis.models.ExportRdbParameters
Packages that use ExportRdbParameters
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of ExportRdbParameters in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent with parameters of type ExportRdbParametersModifier and TypeMethodDescriptionRedisClient.beginExportData
(String resourceGroupName, String name, ExportRdbParameters parameters) Export data from the redis cache to blobs in a container.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.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.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. -
Uses of ExportRdbParameters in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return ExportRdbParametersModifier and TypeMethodDescriptionstatic ExportRdbParameters
ExportRdbParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ExportRdbParameters from the JsonReader.ExportRdbParameters.withContainer
(String container) Set the container property: Container name to export to.ExportRdbParameters.withFormat
(String format) Set the format property: File format.ExportRdbParameters.withPreferredDataArchiveAuthMethod
(String preferredDataArchiveAuthMethod) Set the preferredDataArchiveAuthMethod property: Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS.ExportRdbParameters.withPrefix
(String prefix) Set the prefix property: Prefix to use for exported files.ExportRdbParameters.withStorageSubscriptionId
(String storageSubscriptionId) Set the storageSubscriptionId property: Subscription id of the storage container for data to be exported using ManagedIdentity.