你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UESessionInfo5G Constructor
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.
Initializes a new instance of UESessionInfo5G.
public UESessionInfo5G(int pduSessionId, string dnn, Azure.ResourceManager.MobileNetwork.Models.PdnType pdnType, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.Models.UEQosFlow> qosFlow, string uplink, string downlink, int sst);
new Azure.ResourceManager.MobileNetwork.Models.UESessionInfo5G : int * string * Azure.ResourceManager.MobileNetwork.Models.PdnType * seq<Azure.ResourceManager.MobileNetwork.Models.UEQosFlow> * string * string * int -> Azure.ResourceManager.MobileNetwork.Models.UESessionInfo5G
Public Sub New (pduSessionId As Integer, dnn As String, pdnType As PdnType, qosFlow As IEnumerable(Of UEQosFlow), uplink As String, downlink As String, sst As Integer)
Parameters
- pduSessionId
- Int32
PDU session identifier.
- dnn
- String
Data network name.
- pdnType
- PdnType
Packet Data Network Type.
- qosFlow
- IEnumerable<UEQosFlow>
- uplink
- String
Uplink bit rate.
- downlink
- String
Downlink bit rate.
- sst
- Int32
Slice/service type (SST).
Exceptions
dnn
, qosFlow
, uplink
or downlink
is null.