次の方法で共有


VpnClientConfiguration.RadiusServers プロパティ

定義

複数の radius サーバー構成の radiusServers プロパティを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象