BorderGatewayProtocolPeeringNewParameters Constructors
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.
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
Azure SDK for .NET