你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RulesEngine Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'