Class ImportRDBParameters
java.lang.Object
com.microsoft.azure.management.redis.ImportRDBParameters
Parameters for Redis import operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfiles()Get the files value.format()Get the format value.Set the files value.withFormat(String format) Set the format value.
-
Constructor Details
-
ImportRDBParameters
public ImportRDBParameters()
-
-
Method Details
-
format
Get the format value.- Returns:
- the format value
-
withFormat
Set the format value.- Parameters:
format- the format value to set- Returns:
- the ImportRDBParameters object itself.
-
files
Get the files value.- Returns:
- the files value
-
withFiles
Set the files value.- Parameters:
files- the files value to set- Returns:
- the ImportRDBParameters object itself.
-