Share via


DataNetworkConfiguration Constructor

Definition

Initializes a new instance of DataNetworkConfiguration.

public DataNetworkConfiguration (Azure.ResourceManager.Resources.Models.WritableSubResource dataNetwork, Azure.ResourceManager.MobileNetwork.Models.Ambr sessionAmbr, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> allowedServices);
new Azure.ResourceManager.MobileNetwork.Models.DataNetworkConfiguration : Azure.ResourceManager.Resources.Models.WritableSubResource * Azure.ResourceManager.MobileNetwork.Models.Ambr * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> -> Azure.ResourceManager.MobileNetwork.Models.DataNetworkConfiguration
Public Sub New (dataNetwork As WritableSubResource, sessionAmbr As Ambr, allowedServices As IEnumerable(Of WritableSubResource))

Parameters

dataNetwork
WritableSubResource

A reference to the data network that these settings apply to. The data network must be in the same location as the SIM policy.

sessionAmbr
Ambr

Aggregate maximum bit rate across all non-GBR QoS flows of a given PDU session. See 3GPP TS23.501 section 5.7.2.6 for a full description of the Session-AMBR.

allowedServices
IEnumerable<WritableSubResource>

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.

Exceptions

dataNetwork, sessionAmbr or allowedServices is null.

Applies to