Sdílet prostřednictvím


RulesEngineProperties Constructors

Definition

Overloads

RulesEngineProperties()

Initializes a new instance of the RulesEngineProperties class.

RulesEngineProperties(IList<RulesEngineRule>, String)

Initializes a new instance of the RulesEngineProperties class.

RulesEngineProperties()

Initializes a new instance of the RulesEngineProperties class.

public RulesEngineProperties ();
Public Sub New ()

Applies to

RulesEngineProperties(IList<RulesEngineRule>, String)

Initializes a new instance of the RulesEngineProperties class.

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

Parameters

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