次の方法で共有


ConnectionMonitorResult.Outputs プロパティ

定義

接続モニターの出力の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象