Share via


VpnConfigurationPatchableProperties Class

Definition

Network and credential configuration currently applied on terminal server.

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

Constructors

VpnConfigurationPatchableProperties()

Initializes a new instance of VpnConfigurationPatchableProperties.

Properties

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<VpnConfigurationPatchableProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnConfigurationPatchableProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VpnConfigurationPatchableProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnConfigurationPatchableProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnConfigurationPatchableProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to