次の方法で共有


CdnManagementClientExtensions.ValidateProbeAsync メソッド

定義

プローブ パスが有効なパスであり、ファイルにアクセスできるかどうかを確認します。 プローブ パスは、配信元サーバーでホストされているファイルへのパスであり、CDN エンドポイントを介した動的コンテンツの配信を高速化するのに役立ちます。 このパスは、エンドポイント構成で指定された配信元パスに対する相対パスです。

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)

パラメーター

operations
ICdnManagementClient

この拡張メソッドの操作グループ。

probeURL
String

検証するプローブ URL。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象