ExpressRouteCircuitServiceProviderProperties 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
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.Models.ExpressRouteCircuitServiceProviderProperties : string * string * Nullable<int> -> Microsoft.Azure.Management.Network.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.
Applies to
Azure SDK for .NET