VpnClientConnectionHealth.AllocatedIpAddresses プロパティ

定義

接続されている p2s vpn クライアントに割り当てられた IP アドレスの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象