你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UESessionInfo5G 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.
UE Session Info for 5G.
public class UESessionInfo5G : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.UESessionInfo5G>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.UESessionInfo5G>
type UESessionInfo5G = class
interface IJsonModel<UESessionInfo5G>
interface IPersistableModel<UESessionInfo5G>
Public Class UESessionInfo5G
Implements IJsonModel(Of UESessionInfo5G), IPersistableModel(Of UESessionInfo5G)
- Inheritance
-
UESessionInfo5G
- Implements
Constructors
UESessionInfo5G(Int32, String, PdnType, IEnumerable<UEQosFlow>, String, String, Int32) |
Initializes a new instance of UESessionInfo5G. |
Properties
Dnn |
Data network name. |
Downlink |
Downlink bit rate. |
IPV4Addr |
IPv4 address. |
PdnType |
Packet Data Network Type. |
PduSessionId |
PDU session identifier. |
QosFlow |
Gets the qos flow. |
Sd |
Slice differentiator (SD). |
Sst |
Slice/service type (SST). |
Uplink |
Uplink bit rate. |
Explicit Interface Implementations
IJsonModel<UESessionInfo5G>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<UESessionInfo5G>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<UESessionInfo5G>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<UESessionInfo5G>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<UESessionInfo5G>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |