PurgeParameters Class
Parameters required for content purge.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelPurgeParameters
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python