次の方法で共有


CdnManagementClientExtensions.ValidateProbe メソッド

定義

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

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

パラメーター

operations
ICdnManagementClient

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

probeURL
String

検証するプローブ URL。

戻り値

適用対象