次の方法で共有


Probe.RequestPath プロパティ

定義

VM からの正常性状態の要求に使用される URI を取得または設定します。 プロトコルが http に設定されている場合は、パスが必要です。 それ以外の場合は、許可されません。 既定値はありません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象