Class AfdPurgeParameters

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

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

    • AfdPurgeParameters

      public AfdPurgeParameters()
  • 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 AfdPurgeParameters 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 AfdPurgeParameters object itself.
    • domains

      public List<String> domains()
      Get list of domains.
      Returns:
      the domains value
    • withDomains

      public AfdPurgeParameters withDomains(List<String> domains)
      Set list of domains.
      Parameters:
      domains - the domains value to set
      Returns:
      the AfdPurgeParameters object itself.