次の方法で共有


ApplicationGatewayBackendHttpSettings.Path プロパティ

定義

すべての HTTP 要求のプレフィックスとして使用するパスを取得または設定します。 Null は、パスにプレフィックスが付かないことを意味します。 既定値は null です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象