Share via


VpnServerConfigurationInner.VpnClientRootCertificates Property

Definition

Gets or sets VPN client root certificate of VpnServerConfiguration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to