Dela via


ExchangePeeringFacility Class

Definition

The properties that define an exchange peering facility.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ExchangePeeringFacilityTypeConverter))]
public class ExchangePeeringFacility : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IExchangePeeringFacility
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ExchangePeeringFacilityTypeConverter))>]
type ExchangePeeringFacility = class
    interface IExchangePeeringFacility
    interface IJsonSerializable
Public Class ExchangePeeringFacility
Implements IExchangePeeringFacility
Inheritance
ExchangePeeringFacility
Attributes
Implements

Constructors

ExchangePeeringFacility()

Creates an new ExchangePeeringFacility instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExchangePeeringFacility.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExchangePeeringFacility.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IExchangePeeringFacility.

FromJsonString(String)

Creates a new instance of ExchangePeeringFacility, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExchangePeeringFacility into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to