Share via


IPccRuleConfiguration.RuleName Property

Definition

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'.
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="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'.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="ruleName")]
public string RuleName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="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'.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="ruleName")>]
member this.RuleName : string with get, set
Public Property RuleName As String

Property Value

Attributes

Applies to