VirtualWanVpnProfileContent Class

Definition

Virtual Wan Vpn profile parameters Vpn profile generation.

public class VirtualWanVpnProfileContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent>
public class VirtualWanVpnProfileContent
type VirtualWanVpnProfileContent = class
    interface IJsonModel<VirtualWanVpnProfileContent>
    interface IPersistableModel<VirtualWanVpnProfileContent>
type VirtualWanVpnProfileContent = class
Public Class VirtualWanVpnProfileContent
Implements IJsonModel(Of VirtualWanVpnProfileContent), IPersistableModel(Of VirtualWanVpnProfileContent)
Public Class VirtualWanVpnProfileContent
Inheritance
VirtualWanVpnProfileContent
Implements

Constructors

VirtualWanVpnProfileContent()

Initializes a new instance of VirtualWanVpnProfileContent.

Properties

AuthenticationMethod

VPN client authentication method.

VpnServerConfigurationResourceId

VpnServerConfiguration partial resource uri with which VirtualWan is associated to.

Explicit Interface Implementations

IJsonModel<VirtualWanVpnProfileContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualWanVpnProfileContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualWanVpnProfileContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualWanVpnProfileContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualWanVpnProfileContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to