다음을 통해 공유


CdnManagementClientExtensions.ValidateProbeAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.ValidateProbeOutput> ValidateProbeAsync (this Microsoft.Azure.Management.Cdn.ICdnManagementClient operations, string probeURL, System.Threading.CancellationToken cancellationToken = default);
static member ValidateProbeAsync : Microsoft.Azure.Management.Cdn.ICdnManagementClient * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.ValidateProbeOutput>
<Extension()>
Public Function ValidateProbeAsync (operations As ICdnManagementClient, probeURL As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ValidateProbeOutput)

Parameters

operations
ICdnManagementClient

The operations group for this extension method.

probeURL
String

The probe URL to validate.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to