ApplicationGatewayWafDynamicManifestResult 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
ApplicationGatewayWafDynamicManifestResult() |
Initializes a new instance of the ApplicationGatewayWafDynamicManifestResult class. |
ApplicationGatewayWafDynamicManifestResult(String, String, String, String, String, IList<ApplicationGatewayFirewallManifestRuleSet>) |
Initializes a new instance of the ApplicationGatewayWafDynamicManifestResult class. |
ApplicationGatewayWafDynamicManifestResult()
Initializes a new instance of the ApplicationGatewayWafDynamicManifestResult class.
public ApplicationGatewayWafDynamicManifestResult ();
Public Sub New ()
Applies to
ApplicationGatewayWafDynamicManifestResult(String, String, String, String, String, IList<ApplicationGatewayFirewallManifestRuleSet>)
Initializes a new instance of the ApplicationGatewayWafDynamicManifestResult class.
public ApplicationGatewayWafDynamicManifestResult (string id = default, string name = default, string type = default, string ruleSetType = default, string ruleSetVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallManifestRuleSet> availableRuleSets = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayWafDynamicManifestResult : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallManifestRuleSet> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayWafDynamicManifestResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional ruleSetType As String = Nothing, Optional ruleSetVersion As String = Nothing, Optional availableRuleSets As IList(Of ApplicationGatewayFirewallManifestRuleSet) = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- ruleSetType
- String
The type of the web application firewall rule set.
- ruleSetVersion
- String
The version of the web application firewall rule set type.
- availableRuleSets
- IList<ApplicationGatewayFirewallManifestRuleSet>
The available rulesets.
Applies to
Azure SDK for .NET