ValidateProbeInput Class
Input of the validate probe API.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelValidateProbeInput
Constructor
ValidateProbeInput(*, probe_url: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
probe_url
|
The probe URL to validate. Required. |
Variables
Name | Description |
---|---|
probe_url
|
The probe URL to validate. 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