PeeringBandwidthOffer Class
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.
The properties that define a peering bandwidth offer.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringBandwidthOfferTypeConverter))]
public class PeeringBandwidthOffer : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringBandwidthOffer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringBandwidthOfferTypeConverter))>]
type PeeringBandwidthOffer = class
interface IPeeringBandwidthOffer
interface IJsonSerializable
Public Class PeeringBandwidthOffer
Implements IPeeringBandwidthOffer
- Inheritance
-
PeeringBandwidthOffer
- Attributes
- Implements
Constructors
PeeringBandwidthOffer() |
Creates an new PeeringBandwidthOffer instance. |
Properties
OfferName |
The name of the bandwidth offer. |
ValueInMbps |
The value of the bandwidth offer in Mbps. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringBandwidthOffer. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringBandwidthOffer. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringBandwidthOffer. |
FromJsonString(String) |
Creates a new instance of PeeringBandwidthOffer, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringBandwidthOffer into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |