Class ExportRDBParameters
java.lang.Object
com.microsoft.azure.management.redis.ExportRDBParameters
Parameters for Redis export operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the container value.format()Get the format value.prefix()Get the prefix value.withContainer(String container) Set the container value.withFormat(String format) Set the format value.withPrefix(String prefix) Set the prefix value.
-
Constructor Details
-
ExportRDBParameters
public ExportRDBParameters()
-
-
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 ExportRDBParameters object itself.
-
prefix
Get the prefix value.- Returns:
- the prefix value
-
withPrefix
Set the prefix value.- Parameters:
prefix- the prefix value to set- Returns:
- the ExportRDBParameters object itself.
-
container
Get the container value.- Returns:
- the container value
-
withContainer
Set the container value.- Parameters:
container- the container value to set- Returns:
- the ExportRDBParameters object itself.
-