ArmNetworkModelFactory.ExpressRoutePortsLocationBandwidths Method

Definition

Initializes a new instance of ExpressRoutePortsLocationBandwidths.

public static Azure.ResourceManager.Network.Models.ExpressRoutePortsLocationBandwidths ExpressRoutePortsLocationBandwidths (string offerName = default, int? valueInGbps = default);
static member ExpressRoutePortsLocationBandwidths : string * Nullable<int> -> Azure.ResourceManager.Network.Models.ExpressRoutePortsLocationBandwidths
Public Shared Function ExpressRoutePortsLocationBandwidths (Optional offerName As String = Nothing, Optional valueInGbps As Nullable(Of Integer) = Nothing) As ExpressRoutePortsLocationBandwidths

Parameters

offerName
String

Bandwidth descriptive name.

valueInGbps
Nullable<Int32>

Bandwidth value in Gbps.

Returns

A new ExpressRoutePortsLocationBandwidths instance for mocking.

Applies to