Redigera

Dela via


New-AzMobileNetworkDataNetworkConfigurationObject

Create an in-memory object for DataNetworkConfiguration.

Syntax

New-AzMobileNetworkDataNetworkConfigurationObject
   -AllowedService <IServiceResourceId[]>
   -DataNetworkId <String>
   -SessionAmbrDownlink <String>
   -SessionAmbrUplink <String>
   [-AdditionalAllowedSessionType <PduSessionType[]>]
   [-AllocationAndRetentionPriorityLevel <Int32>]
   [-DefaultSessionType <PduSessionType>]
   [-FiveQi <Int32>]
   [-MaximumNumberOfBufferedPacket <Int32>]
   [-PreemptionCapability <PreemptionCapability>]
   [-PreemptionVulnerability <PreemptionVulnerability>]
   [<CommonParameters>]

Description

Create an in-memory object for DataNetworkConfiguration.

Examples

Example 1: Create an in-memory object for DataNetworkConfiguration.

$ServiceResourceId = New-AzMobileNetworkServiceResourceIdObject -Id "/subscriptions/{subId}/resourceGroups/azps_test_group/providers/Microsoft.MobileNetwork/mobileNetworks/azps-mn/services/azps-mn-service"

New-AzMobileNetworkDataNetworkConfigurationObject -AllowedService $ServiceResourceId -DataNetworkId "/subscriptions/{subId}/resourceGroups/azps_test_group/providers/Microsoft.MobileNetwork/mobileNetworks/azps-mn/dataNetworks/azps-mn-datanetwork" -SessionAmbrDownlink "1 Gbps" -SessionAmbrUplink "500 Mbps" -FiveQi 9 -AllocationAndRetentionPriorityLevel 9 -DefaultSessionType 'IPv4' -MaximumNumberOfBufferedPacket 200 -PreemptionCapability 'NotPreempt' -PreemptionVulnerability 'Preemptable'

AdditionalAllowedSessionType AllocationAndRetentionPriorityLevel DefaultSessionType FiveQi MaximumNumberOfBufferedPacket PreemptionCapability PreemptionVulnerability
---------------------------- ----------------------------------- ------------------ ------ ----------------------------- -------------------- -----------------------
                             9                                   IPv4               9      200                           NotPreempt           Preemptable

Create an in-memory object for DataNetworkConfiguration.

Parameters

-AdditionalAllowedSessionType

Allowed session types in addition to the default session type. Must not duplicate the default session type.

Type:PduSessionType[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AllocationAndRetentionPriorityLevel

Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of preemptionCapability and preemptionVulnerability allow it. 1 is the highest level of priority. If this field is not specified then 5qi is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AllowedService

List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy. To construct, see NOTES section for ALLOWEDSERVICE properties and create a hash table.

Type:IServiceResourceId[]
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-DataNetworkId

Data network resource ID.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-DefaultSessionType

The default PDU session type, which is used if the UE does not request a specific session type.

Type:PduSessionType
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-FiveQi

Default QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value corresponding to a GBR (guaranteed bit rate) QoS Flow. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. 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 of which are the GBR 5QI values.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-MaximumNumberOfBufferedPacket

The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PreemptionCapability

Default 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.

Type:PreemptionCapability
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PreemptionVulnerability

Default 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.

Type:PreemptionVulnerability
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Downlink bit rate.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Uplink bit rate.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Outputs

DataNetworkConfiguration