Share via


ExpressRouteCircuitServiceProviderProperties Constructors

Definition

Overloads

ExpressRouteCircuitServiceProviderProperties()

Initializes a new instance of the ExpressRouteCircuitServiceProviderProperties class.

ExpressRouteCircuitServiceProviderProperties(String, String, Nullable<Int32>)

Initializes a new instance of the ExpressRouteCircuitServiceProviderProperties class.

ExpressRouteCircuitServiceProviderProperties()

Initializes a new instance of the ExpressRouteCircuitServiceProviderProperties class.

public ExpressRouteCircuitServiceProviderProperties ();
Public Sub New ()

Applies to

ExpressRouteCircuitServiceProviderProperties(String, String, Nullable<Int32>)

Initializes a new instance of the ExpressRouteCircuitServiceProviderProperties class.

public ExpressRouteCircuitServiceProviderProperties (string serviceProviderName = default, string peeringLocation = default, int? bandwidthInMbps = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitServiceProviderProperties : string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitServiceProviderProperties
Public Sub New (Optional serviceProviderName As String = Nothing, Optional peeringLocation As String = Nothing, Optional bandwidthInMbps As Nullable(Of Integer) = Nothing)

Parameters

serviceProviderName
String

The serviceProviderName.

peeringLocation
String

The peering location.

bandwidthInMbps
Nullable<Int32>

The BandwidthInMbps.

Applies to