MobileNetworkSimPolicyData 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 MobileNetworkSimPolicyData.
public MobileNetworkSimPolicyData (Azure.Core.AzureLocation location, Azure.ResourceManager.MobileNetwork.Models.Ambr ueAmbr, Azure.ResourceManager.Resources.Models.WritableSubResource defaultSlice, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSliceConfiguration> sliceConfigurations);
new Azure.ResourceManager.MobileNetwork.MobileNetworkSimPolicyData : Azure.Core.AzureLocation * Azure.ResourceManager.MobileNetwork.Models.Ambr * Azure.ResourceManager.Resources.Models.WritableSubResource * seq<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSliceConfiguration> -> Azure.ResourceManager.MobileNetwork.MobileNetworkSimPolicyData
Public Sub New (location As AzureLocation, ueAmbr As Ambr, defaultSlice As WritableSubResource, sliceConfigurations As IEnumerable(Of MobileNetworkSliceConfiguration))
Parameters
- location
- AzureLocation
The location.
- ueAmbr
- Ambr
Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR.
- defaultSlice
- WritableSubResource
The default slice to use if the UE does not explicitly specify it. This slice must exist in the sliceConfigurations
map. The slice must be in the same location as the SIM policy.
- sliceConfigurations
- IEnumerable<MobileNetworkSliceConfiguration>
The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
Exceptions
ueAmbr
, defaultSlice
or sliceConfigurations
is null.
Applies to
Azure SDK for .NET