Share via


VpnServerConfigurationInner.VpnClientRevokedCertificates Property

Definition

Gets or sets VPN client revoked certificate of VpnServerConfiguration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to