Share via


VpnConfigurationProperties Class

Definition

Network and credential configuration currently applied on terminal server.

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

Constructors

VpnConfigurationProperties(PeeringOption)

Initializes a new instance of VpnConfigurationProperties.

Properties

AdministrativeState

Administrative state of the resource.

NetworkToNetworkInterconnectId

ARM Resource ID of the Network To Network Interconnect.

OptionAProperties

option A properties.

OptionBProperties

option B properties.

PeeringOption

Peering option list.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VpnConfigurationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnConfigurationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VpnConfigurationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnConfigurationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnConfigurationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to