VirtualWanVpnProfileContent 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.
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>
type VirtualWanVpnProfileContent = class
interface IJsonModel<VirtualWanVpnProfileContent>
interface IPersistableModel<VirtualWanVpnProfileContent>
Public Class VirtualWanVpnProfileContent
Implements IJsonModel(Of VirtualWanVpnProfileContent), IPersistableModel(Of 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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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. |