AzureFirewallApplicationRuleCollection 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
AzureFirewallApplicationRuleCollection() |
Initializes a new instance of the AzureFirewallApplicationRuleCollection class. |
AzureFirewallApplicationRuleCollection(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallApplicationRule>, String, String, String) |
Initializes a new instance of the AzureFirewallApplicationRuleCollection class. |
AzureFirewallApplicationRuleCollection()
Initializes a new instance of the AzureFirewallApplicationRuleCollection class.
public AzureFirewallApplicationRuleCollection ();
Public Sub New ()
Applies to
AzureFirewallApplicationRuleCollection(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallApplicationRule>, String, String, String)
Initializes a new instance of the AzureFirewallApplicationRuleCollection class.
public AzureFirewallApplicationRuleCollection (string id = default, int? priority = default, Microsoft.Azure.Management.Network.Models.AzureFirewallRCAction action = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallApplicationRule> rules = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.AzureFirewallApplicationRuleCollection : string * Nullable<int> * Microsoft.Azure.Management.Network.Models.AzureFirewallRCAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallApplicationRule> * string * string * string -> Microsoft.Azure.Management.Network.Models.AzureFirewallApplicationRuleCollection
Public Sub New (Optional id As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional action As AzureFirewallRCAction = Nothing, Optional rules As IList(Of AzureFirewallApplicationRule) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- action
- AzureFirewallRCAction
The action type of a rule collection.
Collection of rules used by a application rule collection.
- provisioningState
- String
The provisioning state of the application rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
The name of the resource that is unique within the Azure firewall. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET