次の方法で共有


EndpointUpdateParameters.ProbePath プロパティ

定義

配信元でホストされているファイルへのパスを取得または設定します。これは、動的コンテンツの配信を高速化し、CDN に最適なルートを計算するのに役立ちます。 これは、原点パスに対する相対パスです。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.probePath")]
public string ProbePath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.probePath")>]
member this.ProbePath : string with get, set
Public Property ProbePath As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象