ExpressRoutePortsLocationBandwidths Class

Definition

Real-time inventory of available ExpressRoute port bandwidths.

public class ExpressRoutePortsLocationBandwidths : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ExpressRoutePortsLocationBandwidths>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ExpressRoutePortsLocationBandwidths>
public class ExpressRoutePortsLocationBandwidths
type ExpressRoutePortsLocationBandwidths = class
    interface IJsonModel<ExpressRoutePortsLocationBandwidths>
    interface IPersistableModel<ExpressRoutePortsLocationBandwidths>
type ExpressRoutePortsLocationBandwidths = class
Public Class ExpressRoutePortsLocationBandwidths
Implements IJsonModel(Of ExpressRoutePortsLocationBandwidths), IPersistableModel(Of ExpressRoutePortsLocationBandwidths)
Public Class ExpressRoutePortsLocationBandwidths
Inheritance
ExpressRoutePortsLocationBandwidths
Implements

Constructors

ExpressRoutePortsLocationBandwidths()

Initializes a new instance of ExpressRoutePortsLocationBandwidths.

Properties

OfferName

Bandwidth descriptive name.

ValueInGbps

Bandwidth value in Gbps.

Explicit Interface Implementations

IJsonModel<ExpressRoutePortsLocationBandwidths>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExpressRoutePortsLocationBandwidths>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRoutePortsLocationBandwidths>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRoutePortsLocationBandwidths>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExpressRoutePortsLocationBandwidths>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to