ManagedRuleSetDefinition 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
ManagedRuleSetDefinition() |
Initializes a new instance of the ManagedRuleSetDefinition class. |
ManagedRuleSetDefinition(String, String, String, String, IDictionary<String, String>, String, String, String, String, IList<ManagedRuleGroupDefinition>) |
Initializes a new instance of the ManagedRuleSetDefinition class. |
ManagedRuleSetDefinition()
Initializes a new instance of the ManagedRuleSetDefinition class.
public ManagedRuleSetDefinition ();
Public Sub New ()
Applies to
ManagedRuleSetDefinition(String, String, String, String, IDictionary<String, String>, String, String, String, String, IList<ManagedRuleGroupDefinition>)
Initializes a new instance of the ManagedRuleSetDefinition class.
public ManagedRuleSetDefinition (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, string ruleSetId = default, string ruleSetType = default, string ruleSetVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleGroupDefinition> ruleGroups = default);
new Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleSetDefinition : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleGroupDefinition> -> Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleSetDefinition
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional ruleSetId As String = Nothing, Optional ruleSetType As String = Nothing, Optional ruleSetVersion As String = Nothing, Optional ruleGroups As IList(Of ManagedRuleGroupDefinition) = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- provisioningState
- String
Provisioning state of the managed rule set.
- ruleSetId
- String
Id of the managed rule set.
- ruleSetType
- String
Type of the managed rule set.
- ruleSetVersion
- String
Version of the managed rule set type.
- ruleGroups
- IList<ManagedRuleGroupDefinition>
Rule groups of the managed rule set.