ExpressRouteServiceProviderBandwidthsOffered 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.
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
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. |