ArmPeeringModelFactory.ExchangePeeringFacility Method

Definition

public static Azure.ResourceManager.Peering.Models.ExchangePeeringFacility ExchangePeeringFacility(string exchangeName = default, int? bandwidthInMbps = default, System.Net.IPAddress microsoftIPv4Address = default, System.Net.IPAddress microsoftIPv6Address = default, string facilityIPv4Prefix = default, string facilityIPv6Prefix = default, int? peeringDBFacilityId = default, string peeringDBFacilityLink = default);
static member ExchangePeeringFacility : string * Nullable<int> * System.Net.IPAddress * System.Net.IPAddress * string * string * Nullable<int> * string -> Azure.ResourceManager.Peering.Models.ExchangePeeringFacility
Public Shared Function ExchangePeeringFacility (Optional exchangeName As String = Nothing, Optional bandwidthInMbps As Nullable(Of Integer) = Nothing, Optional microsoftIPv4Address As IPAddress = Nothing, Optional microsoftIPv6Address As IPAddress = Nothing, Optional facilityIPv4Prefix As String = Nothing, Optional facilityIPv6Prefix As String = Nothing, Optional peeringDBFacilityId As Nullable(Of Integer) = Nothing, Optional peeringDBFacilityLink As String = Nothing) As ExchangePeeringFacility

Parameters

exchangeName
String

The name of the exchange peering facility.

bandwidthInMbps
Nullable<Int32>

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

microsoftIPv4Address
IPAddress

The IPv4 address of Microsoft at the exchange peering facility.

microsoftIPv6Address
IPAddress

The IPv6 address of Microsoft at the exchange peering facility.

facilityIPv4Prefix
String

The IPv4 prefixes associated with the exchange peering facility.

facilityIPv6Prefix
String

The IPv6 prefixes associated with the exchange peering facility.

peeringDBFacilityId
Nullable<Int32>

The PeeringDB.com ID of the facility.

peeringDBFacilityLink
String

The PeeringDB.com URL of the facility.

Returns

A new ExchangePeeringFacility instance for mocking.

Applies to