次の方法で共有


ApplicationGatewayProbeHealthResponseMatch.StatusCodes プロパティ

定義

正常な状態コードの許可される範囲を取得または設定します。 正常な状態コードの既定の範囲は 200 から 399 です。

[Newtonsoft.Json.JsonProperty(PropertyName="statusCodes")]
public System.Collections.Generic.IList<string> StatusCodes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statusCodes")>]
member this.StatusCodes : System.Collections.Generic.IList<string> with get, set
Public Property StatusCodes As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象