次の方法で共有


ApplicationGateway.Probes プロパティ

定義

アプリケーション ゲートウェイ リソースのプローブを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.probes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbe> Probes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.probes")>]
member this.Probes : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbe> with get, set
Public Property Probes As IList(Of ApplicationGatewayProbe)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象