MobileNetworkSliceConfiguration 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 MobileNetworkSliceConfiguration.
public MobileNetworkSliceConfiguration (Azure.ResourceManager.Resources.Models.WritableSubResource slice, Azure.ResourceManager.Resources.Models.WritableSubResource defaultDataNetwork, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.Models.DataNetworkConfiguration> dataNetworkConfigurations);
new Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSliceConfiguration : Azure.ResourceManager.Resources.Models.WritableSubResource * Azure.ResourceManager.Resources.Models.WritableSubResource * seq<Azure.ResourceManager.MobileNetwork.Models.DataNetworkConfiguration> -> Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSliceConfiguration
Public Sub New (slice As WritableSubResource, defaultDataNetwork As WritableSubResource, dataNetworkConfigurations As IEnumerable(Of DataNetworkConfiguration))
Parameters
- slice
- WritableSubResource
A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.
- defaultDataNetwork
- WritableSubResource
The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the dataNetworkConfigurations
map. The data network must be in the same location as the SIM policy.
- dataNetworkConfigurations
- IEnumerable<DataNetworkConfiguration>
The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
Exceptions
slice
, defaultDataNetwork
or dataNetworkConfigurations
is null.
Applies to
Azure SDK for .NET