AzureFirewallNatRuleCollection 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
AzureFirewallNatRuleCollection() |
Initializes a new instance of the AzureFirewallNatRuleCollection class. |
AzureFirewallNatRuleCollection(String, Nullable<Int32>, AzureFirewallNatRCAction, IList<AzureFirewallNatRule>, String, String, String) |
Initializes a new instance of the AzureFirewallNatRuleCollection class. |
AzureFirewallNatRuleCollection()
Initializes a new instance of the AzureFirewallNatRuleCollection class.
public AzureFirewallNatRuleCollection ();
Public Sub New ()
Applies to
AzureFirewallNatRuleCollection(String, Nullable<Int32>, AzureFirewallNatRCAction, IList<AzureFirewallNatRule>, String, String, String)
Initializes a new instance of the AzureFirewallNatRuleCollection class.
public AzureFirewallNatRuleCollection (string id = default, int? priority = default, Microsoft.Azure.Management.Network.Models.AzureFirewallNatRCAction action = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallNatRule> rules = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.AzureFirewallNatRuleCollection : string * Nullable<int> * Microsoft.Azure.Management.Network.Models.AzureFirewallNatRCAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallNatRule> * string * string * string -> Microsoft.Azure.Management.Network.Models.AzureFirewallNatRuleCollection
Public Sub New (Optional id As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional action As AzureFirewallNatRCAction = Nothing, Optional rules As IList(Of AzureFirewallNatRule) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- action
- AzureFirewallNatRCAction
The action type of a NAT rule collection.
- rules
- IList<AzureFirewallNatRule>
Collection of rules used by a NAT rule collection.
- provisioningState
- String
The provisioning state of the NAT 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.