ExpressRouteServiceProviderBandwidthsOffered Constructors

Definition

Overloads

Name Description
ExpressRouteServiceProviderBandwidthsOffered()

Initializes a new instance of the ExpressRouteServiceProviderBandwidthsOffered class.

ExpressRouteServiceProviderBandwidthsOffered(Boolean)

Initializes a new instance of the ExpressRouteServiceProviderBandwidthsOffered class.

ExpressRouteServiceProviderBandwidthsOffered()

Source:
ExpressRouteServiceProviderBandwidthsOffered.ConstructorCompatibility.cs
Source:
ExpressRouteServiceProviderBandwidthsOffered.cs

Initializes a new instance of the ExpressRouteServiceProviderBandwidthsOffered class.

public ExpressRouteServiceProviderBandwidthsOffered();
Public Sub New ()

Applies to

ExpressRouteServiceProviderBandwidthsOffered(Boolean)

Source:
ExpressRouteServiceProviderBandwidthsOffered.EffectiveSealCompatibility.cs

Initializes a new instance of the ExpressRouteServiceProviderBandwidthsOffered class.

protected ExpressRouteServiceProviderBandwidthsOffered(bool _);
new Azure.ResourceManager.Network.Models.ExpressRouteServiceProviderBandwidthsOffered : bool -> Azure.ResourceManager.Network.Models.ExpressRouteServiceProviderBandwidthsOffered
Protected Sub New (_ As Boolean)

Parameters

Applies to