MobileNetworkQosPolicy 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.
QoS policy.
public class MobileNetworkQosPolicy : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkQosPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkQosPolicy>
type MobileNetworkQosPolicy = class
interface IJsonModel<MobileNetworkQosPolicy>
interface IPersistableModel<MobileNetworkQosPolicy>
Public Class MobileNetworkQosPolicy
Implements IJsonModel(Of MobileNetworkQosPolicy), IPersistableModel(Of MobileNetworkQosPolicy)
- Inheritance
-
MobileNetworkQosPolicy
- Derived
- Implements
Constructors
MobileNetworkQosPolicy(Ambr) |
Initializes a new instance of MobileNetworkQosPolicy. |
Properties
AllocationAndRetentionPriorityLevel |
QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of |
FiveQi |
5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values. |
MaximumBitRate |
The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service. |
PreemptionCapability |
QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. |
PreemptionVulnerability |
QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. |
Explicit Interface Implementations
IJsonModel<MobileNetworkQosPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MobileNetworkQosPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MobileNetworkQosPolicy>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MobileNetworkQosPolicy>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MobileNetworkQosPolicy>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET