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.Model
ValidateProbeInput

Constructor

ValidateProbeInput(*, probe_url: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
probe_url
str

The probe URL to validate. Required.

Variables

Name Description
probe_url
str

The probe URL to validate. Required.