Share via


ExchangePeeringFacility Class

Definition

The properties that define an exchange peering facility.

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

Constructors

ExchangePeeringFacility()

Initializes a new instance of ExchangePeeringFacility.

Properties

BandwidthInMbps

The bandwidth of the connection between Microsoft and the exchange peering facility.

ExchangeName

The name of the exchange peering facility.

FacilityIPv4Prefix

The IPv4 prefixes associated with the exchange peering facility.

FacilityIPv6Prefix

The IPv6 prefixes associated with the exchange peering facility.

MicrosoftIPv4Address

The IPv4 address of Microsoft at the exchange peering facility.

MicrosoftIPv6Address

The IPv6 address of Microsoft at the exchange peering facility.

PeeringDBFacilityId

The PeeringDB.com ID of the facility.

PeeringDBFacilityLink

The PeeringDB.com URL of the facility.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExchangePeeringFacility>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExchangePeeringFacility>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExchangePeeringFacility>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExchangePeeringFacility>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExchangePeeringFacility>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to