VpnServerConfigurationData Class

Definition

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
VpnServerConfigurationData
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

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IJsonModel<VpnServerConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VpnServerConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<VpnServerConfigurationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnServerConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VpnServerConfigurationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to