Share via


VpnConfigurationOptionAProperties Class

Definition

option A properties.

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

Constructors

VpnConfigurationOptionAProperties()

Initializes a new instance of VpnConfigurationOptionAProperties.

Properties

BfdConfiguration

BFD Configuration properties.

(Inherited from OptionAProperties)
Mtu

MTU to use for option A peering.

(Inherited from OptionAProperties)
PeerAsn

Peer ASN number.Example : 28.

(Inherited from OptionAProperties)
PrimaryIPv4Prefix

IPv4 Address Prefix.

PrimaryIPv6Prefix

IPv6 Address Prefix.

SecondaryIPv4Prefix

Secondary IPv4 Address Prefix.

SecondaryIPv6Prefix

Secondary IPv6 Address Prefix.

VlanId

Vlan Id.Example : 501.

(Inherited from OptionAProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OptionAProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from OptionAProperties)
IJsonModel<OptionAProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from OptionAProperties)
IJsonModel<VpnConfigurationOptionAProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnConfigurationOptionAProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OptionAProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from OptionAProperties)
IPersistableModel<OptionAProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from OptionAProperties)
IPersistableModel<OptionAProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from OptionAProperties)
IPersistableModel<VpnConfigurationOptionAProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnConfigurationOptionAProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnConfigurationOptionAProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to