次の方法で共有


ConnectionMonitorResult.Endpoints プロパティ

定義

接続モニター エンドポイントの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象