다음을 통해 공유


MobileNetworkServiceData Constructor

Definition

Initializes a new instance of MobileNetworkServiceData.

public MobileNetworkServiceData (Azure.Core.AzureLocation location, int servicePrecedence, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.Models.PccRuleConfiguration> pccRules);
new Azure.ResourceManager.MobileNetwork.MobileNetworkServiceData : Azure.Core.AzureLocation * int * seq<Azure.ResourceManager.MobileNetwork.Models.PccRuleConfiguration> -> Azure.ResourceManager.MobileNetwork.MobileNetworkServiceData
Public Sub New (location As AzureLocation, servicePrecedence As Integer, pccRules As IEnumerable(Of PccRuleConfiguration))

Parameters

location
AzureLocation

The location.

servicePrecedence
Int32

A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority. This value should be unique among all services configured in the mobile network.

pccRules
IEnumerable<PccRuleConfiguration>

The set of data flow policy rules that make up this service.

Exceptions

pccRules is null.

Applies to