次の方法で共有


VpnServerConfiguration.RadiusServers プロパティ

定義

VpnServerConfiguration の複数の Radius Server 構成を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.radiusServers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RadiusServer> RadiusServers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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

適用対象