Share via


VpnConfigurationPatchableOptionAProperties Class

Definition

option A properties.

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

Constructors

VpnConfigurationPatchableOptionAProperties()

Initializes a new instance of VpnConfigurationPatchableOptionAProperties.

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

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

IJsonModel<VpnConfigurationPatchableOptionAProperties>.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<VpnConfigurationPatchableOptionAProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnConfigurationPatchableOptionAProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnConfigurationPatchableOptionAProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to