VpnClientContent 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.
Vpn Client Parameters for package generation.
public class VpnClientContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VpnClientContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VpnClientContent>
public class VpnClientContent
type VpnClientContent = class
interface IJsonModel<VpnClientContent>
interface IPersistableModel<VpnClientContent>
type VpnClientContent = class
Public Class VpnClientContent
Implements IJsonModel(Of VpnClientContent), IPersistableModel(Of VpnClientContent)
Public Class VpnClientContent
- Inheritance
-
VpnClientContent
- Implements
Constructors
VpnClientContent() |
Initializes a new instance of VpnClientContent. |
Properties
AuthenticationMethod |
VPN client authentication method. |
ClientRootCertificates |
A list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS. |
ProcessorArchitecture |
VPN client Processor Architecture. |
RadiusServerAuthCertificate |
The public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with EAPTLS authentication. |
Explicit Interface Implementations
IJsonModel<VpnClientContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VpnClientContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VpnClientContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VpnClientContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VpnClientContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET