AzureFirewallApplicationRuleCollectionInner 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
AzureFirewallApplicationRuleCollectionInner() |
Initializes a new instance of the AzureFirewallApplicationRuleCollectionInner class. |
AzureFirewallApplicationRuleCollectionInner(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallApplicationRule>, ProvisioningState, String, String) |
Initializes a new instance of the AzureFirewallApplicationRuleCollectionInner class. |
AzureFirewallApplicationRuleCollectionInner()
Initializes a new instance of the AzureFirewallApplicationRuleCollectionInner class.
public AzureFirewallApplicationRuleCollectionInner ();
Public Sub New ()
Applies to
AzureFirewallApplicationRuleCollectionInner(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallApplicationRule>, ProvisioningState, String, String)
Initializes a new instance of the AzureFirewallApplicationRuleCollectionInner class.
public AzureFirewallApplicationRuleCollectionInner (string id = default, int? priority = default, Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallRCAction action = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallApplicationRule> rules = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallApplicationRuleCollectionInner : string * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallRCAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallApplicationRule> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallApplicationRuleCollectionInner
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 ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
- action
- AzureFirewallRCAction
The action type of a rule collection.
Collection of rules used by a application rule collection.
- provisioningState
- ProvisioningState
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.