次の方法で共有


ICdnManagementClient.ValidateProbeWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Cdn.Models.ValidateProbeOutput>> ValidateProbeWithHttpMessagesAsync (string probeURL, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateProbeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Cdn.Models.ValidateProbeOutput>>
Public Function ValidateProbeWithHttpMessagesAsync (probeURL As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ValidateProbeOutput))

パラメーター

probeURL
String

検証するプローブ URL。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象