Uses of Class
com.azure.resourcemanager.redis.models.ImportRdbParameters
Packages that use ImportRdbParameters
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of ImportRdbParameters in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent with parameters of type ImportRdbParametersModifier and TypeMethodDescriptionRedisClient.beginImportData
(String resourceGroupName, String name, ImportRdbParameters parameters) Import data into Redis cache.RedisClient.beginImportData
(String resourceGroupName, String name, ImportRdbParameters parameters, com.azure.core.util.Context context) Import data into Redis cache.RedisClient.beginImportDataAsync
(String resourceGroupName, String name, ImportRdbParameters parameters) Import data into Redis cache.void
RedisClient.importData
(String resourceGroupName, String name, ImportRdbParameters parameters) Import data into Redis cache.void
RedisClient.importData
(String resourceGroupName, String name, ImportRdbParameters parameters, com.azure.core.util.Context context) Import data into Redis cache.RedisClient.importDataAsync
(String resourceGroupName, String name, ImportRdbParameters parameters) Import data into Redis cache.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> RedisClient.importDataWithResponseAsync
(String resourceGroupName, String name, ImportRdbParameters parameters) Import data into Redis cache. -
Uses of ImportRdbParameters in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return ImportRdbParametersModifier and TypeMethodDescriptionstatic ImportRdbParameters
ImportRdbParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ImportRdbParameters from the JsonReader.Set the files property: files to import.ImportRdbParameters.withFormat
(String format) Set the format property: File format.ImportRdbParameters.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.ImportRdbParameters.withStorageSubscriptionId
(String storageSubscriptionId) Set the storageSubscriptionId property: Subscription id of the storage container containing files to import using Managed Identity.