Class ImportRDBParameters

java.lang.Object
com.microsoft.azure.management.redis.ImportRDBParameters

public class ImportRDBParameters extends Object
Parameters for Redis import operation.
  • Constructor Details

    • ImportRDBParameters

      public ImportRDBParameters()
  • Method Details

    • format

      public String format()
      Get the format value.
      Returns:
      the format value
    • withFormat

      public ImportRDBParameters withFormat(String format)
      Set the format value.
      Parameters:
      format - the format value to set
      Returns:
      the ImportRDBParameters object itself.
    • files

      public List<String> files()
      Get the files value.
      Returns:
      the files value
    • withFiles

      public ImportRDBParameters withFiles(List<String> files)
      Set the files value.
      Parameters:
      files - the files value to set
      Returns:
      the ImportRDBParameters object itself.