Class AfdPurgeParameters
java.lang.Object
com.microsoft.azure.management.cdn.AfdPurgeParameters
Parameters required for content purge.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the path to the content to be purged.domains()
Get list of domains.withContentPaths
(List<String> contentPaths) Set the path to the content to be purged.withDomains
(List<String> domains) Set list of domains.
-
Constructor Details
-
AfdPurgeParameters
public AfdPurgeParameters()
-
-
Method Details
-
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
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
Get list of domains.- Returns:
- the domains value
-
withDomains
Set list of domains.- Parameters:
domains
- the domains value to set- Returns:
- the AfdPurgeParameters object itself.
-