LoadParameters Class

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

public class LoadParameters

Parameters required for content load.

Method Summary

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

Get the contentPaths value.

LoadParameters withContentPaths(List<String> contentPaths)

Set the contentPaths value.

Method Details

contentPaths

public List contentPaths()

Get the contentPaths value.

Returns:

the contentPaths value

withContentPaths

public LoadParameters withContentPaths(List contentPaths)

Set the contentPaths value.

Parameters:

contentPaths - the contentPaths value to set

Returns:

the LoadParameters object itself.

Applies to