AfdPurgeParameters Class
Parameters required for content purge.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelAfdPurgeParameters
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. |
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