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, SystemData, String, String, String, IList<ManagedRuleGroupDefinition>, Sku) |
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, SystemData, String, String, String, IList<ManagedRuleGroupDefinition>, Sku)
Initializes a new instance of the ManagedRuleSetDefinition class.
public ManagedRuleSetDefinition (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Cdn.Models.SystemData systemData = default, string provisioningState = default, string ruleSetType = default, string ruleSetVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ManagedRuleGroupDefinition> ruleGroups = default, Microsoft.Azure.Management.Cdn.Models.Sku sku = default);
new Microsoft.Azure.Management.Cdn.Models.ManagedRuleSetDefinition : string * string * string * Microsoft.Azure.Management.Cdn.Models.SystemData * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ManagedRuleGroupDefinition> * Microsoft.Azure.Management.Cdn.Models.Sku -> Microsoft.Azure.Management.Cdn.Models.ManagedRuleSetDefinition
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional ruleSetType As String = Nothing, Optional ruleSetVersion As String = Nothing, Optional ruleGroups As IList(Of ManagedRuleGroupDefinition) = Nothing, Optional sku As Sku = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- systemData
- SystemData
- provisioningState
- String
Provisioning state 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.
- sku
- Sku
The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.
Applies to
Azure SDK for .NET