Delen via


CdnManagementClientExtensions.ValidateProbe Method

Definition

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.

Returns

Applies to