BorderGatewayProtocolPeeringNewParameters Constructors

Definition

Overloads

BorderGatewayProtocolPeeringNewParameters()

Initializes a new instance of the BorderGatewayProtocolPeeringNewParameters class.

BorderGatewayProtocolPeeringNewParameters(UInt32, UInt32)

Initializes a new instance of the BorderGatewayProtocolPeeringNewParameters class with required arguments.

BorderGatewayProtocolPeeringNewParameters()

Initializes a new instance of the BorderGatewayProtocolPeeringNewParameters class.

public BorderGatewayProtocolPeeringNewParameters ();
Public Sub New ()

Applies to

BorderGatewayProtocolPeeringNewParameters(UInt32, UInt32)

Initializes a new instance of the BorderGatewayProtocolPeeringNewParameters class with required arguments.

public BorderGatewayProtocolPeeringNewParameters (uint peerAutonomousSystemNumber, uint virtualLanId);
new Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters : uint32 * uint32 -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters
Public Sub New (peerAutonomousSystemNumber As UInteger, virtualLanId As UInteger)

Parameters

peerAutonomousSystemNumber
UInt32
virtualLanId
UInt32

Applies to