ArmPeeringModelFactory.ExchangePeeringFacility Method
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.
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.
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.
- peeringDBFacilityLink
- String
The PeeringDB.com URL of the facility.
Returns
A new ExchangePeeringFacility instance for mocking.