Class LoadParameters
java.lang.Object
com.microsoft.azure.management.cdn.LoadParameters
Parameters required for content load.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the path to the content to be loaded.withContentPaths
(List<String> contentPaths) Set the path to the content to be loaded.
-
Constructor Details
-
LoadParameters
public LoadParameters()
-
-
Method Details
-
contentPaths
Get the path to the content to be loaded. Path should be a relative file URL of the origin.- Returns:
- the contentPaths value
-
withContentPaths
Set the path to the content to be loaded. Path should be a relative file URL of the origin.- Parameters:
contentPaths
- the contentPaths value to set- Returns:
- the LoadParameters object itself.
-