PurgeParameters Class

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

public class PurgeParameters

Parameters required for content purge.

Method Summary

Modifier and Type Method and Description
List<String> contentPaths()

Get the contentPaths value.

PurgeParameters withContentPaths(List<String> contentPaths)

Set the contentPaths value.

Method Details

contentPaths

public List contentPaths()

Get the contentPaths value.

Returns:

the contentPaths value

withContentPaths

public PurgeParameters withContentPaths(List contentPaths)

Set the contentPaths value.

Parameters:

contentPaths - the contentPaths value to set

Returns:

the PurgeParameters object itself.

Applies to