FirewallPolicyRuleGroupInner 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
FirewallPolicyRuleGroupInner() |
Initializes a new instance of the FirewallPolicyRuleGroupInner class. |
FirewallPolicyRuleGroupInner(String, Nullable<Int32>, IList<FirewallPolicyRule>, ProvisioningState, String, String, String) |
Initializes a new instance of the FirewallPolicyRuleGroupInner class. |
FirewallPolicyRuleGroupInner()
Initializes a new instance of the FirewallPolicyRuleGroupInner class.
public FirewallPolicyRuleGroupInner ();
Public Sub New ()
Applies to
FirewallPolicyRuleGroupInner(String, Nullable<Int32>, IList<FirewallPolicyRule>, ProvisioningState, String, String, String)
Initializes a new instance of the FirewallPolicyRuleGroupInner class.
public FirewallPolicyRuleGroupInner (string id = default, int? priority = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRule> rules = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRuleGroupInner : string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRule> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRuleGroupInner
Public Sub New (Optional id As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional rules As IList(Of FirewallPolicyRule) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
- rules
- IList<FirewallPolicyRule>
Group of Firewall Policy rules.
- provisioningState
- ProvisioningState
The provisioning state of the firewall policy rule group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Rule Group type.