AfdPurgeParameters Class

Parameters required for content purge.

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

Inheritance
azure.mgmt.cdn._serialization.Model
AfdPurgeParameters

Constructor

AfdPurgeParameters(*, content_paths: List[str], domains: List[str] | None = None, **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.

domains

List of domains.

Variables

Name Description
content_paths

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

domains

List of domains.