ArmNetworkModelFactory.ExpressRouteServiceProviderBandwidthsOffered Method
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.
public static Azure.ResourceManager.Network.Models.ExpressRouteServiceProviderBandwidthsOffered ExpressRouteServiceProviderBandwidthsOffered(string offerName = default, int? valueInMbps = default);
static member ExpressRouteServiceProviderBandwidthsOffered : string * Nullable<int> -> Azure.ResourceManager.Network.Models.ExpressRouteServiceProviderBandwidthsOffered
Public Shared Function ExpressRouteServiceProviderBandwidthsOffered (Optional offerName As String = Nothing, Optional valueInMbps As Nullable(Of Integer) = Nothing) As ExpressRouteServiceProviderBandwidthsOffered
Parameters
- offerName
- String
The OfferName.
Returns
A new ExpressRouteServiceProviderBandwidthsOffered instance for mocking.