Condividi tramite


NetworkIPConfigurationBgpPeeringAddress Class

Definition

Properties of IPConfigurationBgpPeeringAddress.

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

Constructors

NetworkIPConfigurationBgpPeeringAddress()

Initializes a new instance of NetworkIPConfigurationBgpPeeringAddress.

Properties

CustomBgpIPAddresses

The list of custom BGP peering addresses which belong to IP configuration.

DefaultBgpIPAddresses

The list of default BGP peering addresses which belong to IP configuration.

IPConfigurationId

The ID of IP configuration which belongs to gateway.

TunnelIPAddresses

The list of tunnel public IP addresses which belong to IP configuration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkIPConfigurationBgpPeeringAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkIPConfigurationBgpPeeringAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkIPConfigurationBgpPeeringAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkIPConfigurationBgpPeeringAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkIPConfigurationBgpPeeringAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to