Ambr Class

Definition

Aggregate maximum bit rate.

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

Constructors

Ambr(String, String)

Initializes a new instance of Ambr.

Properties

Downlink

Downlink bit rate.

Uplink

Uplink bit rate.

Explicit Interface Implementations

IJsonModel<Ambr>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<Ambr>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<Ambr>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<Ambr>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<Ambr>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to