PurgeParameters Class

Parameters required for content purge.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.cdn._serialization.Model
PurgeParameters

Constructor

PurgeParameters(*, content_paths: List[str], **kwargs: Any)

Keyword-Only Parameters

Name Description
content_paths

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

Variables

Name Description
content_paths

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