VpnServerConfigurationData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the VpnServerConfiguration data model. VpnServerConfiguration Resource.
public class VpnServerConfigurationData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VpnServerConfigurationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VpnServerConfigurationData>
public class VpnServerConfigurationData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type VpnServerConfigurationData = class
inherit NetworkTrackedResourceData
interface IJsonModel<VpnServerConfigurationData>
interface IPersistableModel<VpnServerConfigurationData>
type VpnServerConfigurationData = class
inherit NetworkTrackedResourceData
Public Class VpnServerConfigurationData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of VpnServerConfigurationData), IPersistableModel(Of VpnServerConfigurationData)
Public Class VpnServerConfigurationData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
VpnServerConfigurationData() |
Initializes a new instance of VpnServerConfigurationData. |
Properties
AadAuthenticationParameters |
The set of aad vpn authentication parameters. |
ConfigurationPolicyGroups |
List of all VpnServerConfigurationPolicyGroups. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
P2SVpnGateways |
List of references to P2SVpnGateways. |
ProvisioningState |
The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
RadiusClientRootCertificates |
Radius client root certificate of VpnServerConfiguration. |
RadiusServerAddress |
The radius server address property of the VpnServerConfiguration resource for point to site client connection. |
RadiusServerRootCertificates |
Radius Server root certificate of VpnServerConfiguration. |
RadiusServers |
Multiple Radius Server configuration for VpnServerConfiguration. |
RadiusServerSecret |
The radius secret property of the VpnServerConfiguration resource for point to site client connection. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
VpnAuthenticationTypes |
VPN authentication types for the VpnServerConfiguration. |
VpnClientIPsecPolicies |
VpnClientIpsecPolicies for VpnServerConfiguration. |
VpnClientRevokedCertificates |
VPN client revoked certificate of VpnServerConfiguration. |
VpnClientRootCertificates |
VPN client root certificate of VpnServerConfiguration. |
VpnProtocols |
VPN protocols for the VpnServerConfiguration. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET