Class PurgeParameters

java.lang.Object
com.microsoft.azure.management.cdn.PurgeParameters

public class PurgeParameters extends Object
Parameters required for content purge.
  • Constructor Details

    • PurgeParameters

      public PurgeParameters()
  • Method Details

    • contentPaths

      public List<String> contentPaths()
      Get the path to the content to be purged. Can describe a file path or a wild card directory.
      Returns:
      the contentPaths value
    • withContentPaths

      public PurgeParameters withContentPaths(List<String> contentPaths)
      Set the path to the content to be purged. Can describe a file path or a wild card directory.
      Parameters:
      contentPaths - the contentPaths value to set
      Returns:
      the PurgeParameters object itself.