ManagedRuleSetDefinitionProperties 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
ManagedRuleSetDefinitionProperties() |
Initializes a new instance of the ManagedRuleSetDefinitionProperties class. |
ManagedRuleSetDefinitionProperties(String, String, String, String, IList<ManagedRuleGroupDefinition>) |
Initializes a new instance of the ManagedRuleSetDefinitionProperties class. |
ManagedRuleSetDefinitionProperties()
Initializes a new instance of the ManagedRuleSetDefinitionProperties class.
public ManagedRuleSetDefinitionProperties ();
Public Sub New ()
Applies to
ManagedRuleSetDefinitionProperties(String, String, String, String, IList<ManagedRuleGroupDefinition>)
Initializes a new instance of the ManagedRuleSetDefinitionProperties class.
public ManagedRuleSetDefinitionProperties (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.ManagedRuleSetDefinitionProperties : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleGroupDefinition> -> Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleSetDefinitionProperties
Public Sub New (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
- 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.