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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET