ExpressRouteServiceProviderBandwidthsOffered Class

Definition

Compatibility declaration for the ExpressRouteServiceProviderBandwidthsOffered type.

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

Constructors

Name Description
ExpressRouteServiceProviderBandwidthsOffered()

Initializes a new instance of the ExpressRouteServiceProviderBandwidthsOffered class.

ExpressRouteServiceProviderBandwidthsOffered(Boolean)

Initializes a new instance of the ExpressRouteServiceProviderBandwidthsOffered class.

Properties

Name Description
OfferName

Gets or sets the OfferName compatibility property.

ValueInMbps

Gets or sets the ValueInMbps compatibility property.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ExpressRouteServiceProviderBandwidthsOffered>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRouteServiceProviderBandwidthsOffered>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRouteServiceProviderBandwidthsOffered>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteServiceProviderBandwidthsOffered>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRouteServiceProviderBandwidthsOffered>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to