AzureFirewallNetworkRuleCollectionInner 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
AzureFirewallNetworkRuleCollectionInner() |
Initializes a new instance of the AzureFirewallNetworkRuleCollectionInner class. |
AzureFirewallNetworkRuleCollectionInner(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallNetworkRule>, ProvisioningState, String, String) |
Initializes a new instance of the AzureFirewallNetworkRuleCollectionInner class. |
AzureFirewallNetworkRuleCollectionInner()
Initializes a new instance of the AzureFirewallNetworkRuleCollectionInner class.
public AzureFirewallNetworkRuleCollectionInner ();
Public Sub New ()
Applies to
AzureFirewallNetworkRuleCollectionInner(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallNetworkRule>, ProvisioningState, String, String)
Initializes a new instance of the AzureFirewallNetworkRuleCollectionInner class.
public AzureFirewallNetworkRuleCollectionInner (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.AzureFirewallNetworkRule> rules = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNetworkRuleCollectionInner : string * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallRCAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNetworkRule> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNetworkRuleCollectionInner
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 AzureFirewallNetworkRule) = 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.
- rules
- IList<AzureFirewallNetworkRule>
Collection of rules used by a network rule collection.
- provisioningState
- ProvisioningState
The provisioning state of the network 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