Aracılığıyla paylaş


AfdPurgeParameters Class

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

public class AfdPurgeParameters

Parameters required for content purge.

Constructor Summary

Constructor Description
AfdPurgeParameters()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> contentPaths()

Get the path to the content to be purged.

java.util.List<java.lang.String> domains()

Get list of domains.

AfdPurgeParameters withContentPaths(List<String> contentPaths)

Set the path to the content to be purged.

AfdPurgeParameters withDomains(List<String> domains)

Set list of domains.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AfdPurgeParameters

public AfdPurgeParameters()

Method Details

contentPaths

public List contentPaths()

Get the path to the content to be purged. Can describe a file path or a wild card directory.

Returns:

the contentPaths value

domains

public List domains()

Get list of domains.

Returns:

the domains value

withContentPaths

public AfdPurgeParameters withContentPaths(List 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.

withDomains

public AfdPurgeParameters withDomains(List domains)

Set list of domains.

Parameters:

domains - the domains value to set

Returns:

the AfdPurgeParameters object itself.

Applies to