次の方法で共有


ConnectionMonitorResult.TestConfigurations プロパティ

定義

接続モニターのテスト構成の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象