Share via


ExpressRouteServiceProviderBandwidthsOffered Constructors

Definition

Overloads

ExpressRouteServiceProviderBandwidthsOffered()

Initializes a new instance of the ExpressRouteServiceProviderBandwidthsOffered class.

ExpressRouteServiceProviderBandwidthsOffered(String, Nullable<Int32>)

Initializes a new instance of the ExpressRouteServiceProviderBandwidthsOffered class.

ExpressRouteServiceProviderBandwidthsOffered()

Initializes a new instance of the ExpressRouteServiceProviderBandwidthsOffered class.

public ExpressRouteServiceProviderBandwidthsOffered ();
Public Sub New ()

Applies to

ExpressRouteServiceProviderBandwidthsOffered(String, Nullable<Int32>)

Initializes a new instance of the ExpressRouteServiceProviderBandwidthsOffered class.

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

Parameters

offerName
String

The OfferName.

valueInMbps
Nullable<Int32>

The ValueInMbps.

Applies to