ArmPeeringModelFactory.ExchangePeeringProperties 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.
The properties that define an exchange peering.
public static Azure.ResourceManager.Peering.Models.ExchangePeeringProperties ExchangePeeringProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Peering.Models.PeeringExchangeConnection> connections = default, Azure.Core.ResourceIdentifier peerAsnId = default);
static member ExchangePeeringProperties : seq<Azure.ResourceManager.Peering.Models.PeeringExchangeConnection> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Peering.Models.ExchangePeeringProperties
Public Shared Function ExchangePeeringProperties (Optional connections As IEnumerable(Of PeeringExchangeConnection) = Nothing, Optional peerAsnId As ResourceIdentifier = Nothing) As ExchangePeeringProperties
Parameters
- connections
- IEnumerable<PeeringExchangeConnection>
The set of connections that constitute an exchange peering.
- peerAsnId
- ResourceIdentifier
The reference of the peer ASN.
Returns
A new ExchangePeeringProperties instance for mocking.