NetworkIPConfigurationBgpPeeringAddress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of IPConfigurationBgpPeeringAddress.
public class NetworkIPConfigurationBgpPeeringAddress : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.NetworkIPConfigurationBgpPeeringAddress>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.NetworkIPConfigurationBgpPeeringAddress>
public class NetworkIPConfigurationBgpPeeringAddress
type NetworkIPConfigurationBgpPeeringAddress = class
interface IJsonModel<NetworkIPConfigurationBgpPeeringAddress>
interface IPersistableModel<NetworkIPConfigurationBgpPeeringAddress>
type NetworkIPConfigurationBgpPeeringAddress = class
Public Class NetworkIPConfigurationBgpPeeringAddress
Implements IJsonModel(Of NetworkIPConfigurationBgpPeeringAddress), IPersistableModel(Of NetworkIPConfigurationBgpPeeringAddress)
Public Class 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. |
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
Azure SDK for .NET