UEQosFlow Class

Definition

QoS Flow.

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

Constructors

UEQosFlow(Int32, Int32)

Initializes a new instance of UEQosFlow.

Properties

DownlinkGbrDownlink

Downlink bit rate.

DownlinkMbrDownlink

Downlink bit rate.

Fiveqi

5G QoS Identifier.

Qfi

Qos Flow Identifier.

UplinkGbrUplink

Uplink bit rate.

UplinkMbrUplink

Uplink bit rate.

Explicit Interface Implementations

IJsonModel<UEQosFlow>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UEQosFlow>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UEQosFlow>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UEQosFlow>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UEQosFlow>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to