ExpressRouteServiceProviderBandwidthsOffered 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
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET