Share via


RulesEngine Constructors

Definition

Overloads

RulesEngine()

Initializes a new instance of the RulesEngine class.

RulesEngine(String, String, String, IList<RulesEngineRule>, String)

Initializes a new instance of the RulesEngine class.

RulesEngine()

Initializes a new instance of the RulesEngine class.

public RulesEngine ();
Public Sub New ()

Applies to

RulesEngine(String, String, String, IList<RulesEngineRule>, String)

Initializes a new instance of the RulesEngine class.

public RulesEngine (string name = default, string type = default, string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.RulesEngineRule> rules = default, string resourceState = default);
new Microsoft.Azure.Management.FrontDoor.Models.RulesEngine : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.RulesEngineRule> * string -> Microsoft.Azure.Management.FrontDoor.Models.RulesEngine
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional id As String = Nothing, Optional rules As IList(Of RulesEngineRule) = Nothing, Optional resourceState As String = Nothing)

Parameters

name
String

Resource name.

type
String

Resource type.

id
String

Resource ID.

rules
IList<RulesEngineRule>

A list of rules that define a particular Rules Engine Configuration.

resourceState
String

Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting', 'Migrating', 'Migrated'

Applies to