Share via


PccRuleConfiguration Constructor

Definition

Initializes a new instance of PccRuleConfiguration.

public PccRuleConfiguration (string ruleName, int rulePrecedence, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkServiceDataFlowTemplate> serviceDataFlowTemplates);
new Azure.ResourceManager.MobileNetwork.Models.PccRuleConfiguration : string * int * seq<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkServiceDataFlowTemplate> -> Azure.ResourceManager.MobileNetwork.Models.PccRuleConfiguration
Public Sub New (ruleName As String, rulePrecedence As Integer, serviceDataFlowTemplates As IEnumerable(Of MobileNetworkServiceDataFlowTemplate))

Parameters

ruleName
String

The name of the rule. This must be unique within the parent service. You must not use any of the following reserved strings - default, requested or service.

rulePrecedence
Int32

A precedence value that is used to decide between data flow policy rules 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 data flow policy rules configured in the mobile network.

serviceDataFlowTemplates
IEnumerable<MobileNetworkServiceDataFlowTemplate>

The set of data flow templates to use for this data flow policy rule.

Exceptions

ruleName or serviceDataFlowTemplates is null.

Applies to