ArmPeeringModelFactory.PeeringBandwidthOffer 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.Peering.Models.PeeringBandwidthOffer PeeringBandwidthOffer(string offerName = default, int? valueInMbps = default);
static member PeeringBandwidthOffer : string * Nullable<int> -> Azure.ResourceManager.Peering.Models.PeeringBandwidthOffer
Public Shared Function PeeringBandwidthOffer (Optional offerName As String = Nothing, Optional valueInMbps As Nullable(Of Integer) = Nothing) As PeeringBandwidthOffer
Parameters
- offerName
- String
The name of the bandwidth offer.
Returns
A new PeeringBandwidthOffer instance for mocking.