CdnManagementClientExtensions.ValidateProbe Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.
public static Microsoft.Azure.Management.Cdn.Models.ValidateProbeOutput ValidateProbe (this Microsoft.Azure.Management.Cdn.ICdnManagementClient operations, string probeURL);
static member ValidateProbe : Microsoft.Azure.Management.Cdn.ICdnManagementClient * string -> Microsoft.Azure.Management.Cdn.Models.ValidateProbeOutput
<Extension()>
Public Function ValidateProbe (operations As ICdnManagementClient, probeURL As String) As ValidateProbeOutput
Parameters
- operations
- ICdnManagementClient
The operations group for this extension method.
- probeURL
- String
The probe URL to validate.