AzureFirewallNatRCAction 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
AzureFirewallNatRCAction() |
Initializes a new instance of the AzureFirewallNatRCAction class. |
AzureFirewallNatRCAction(AzureFirewallNatRCActionType) |
Initializes a new instance of the AzureFirewallNatRCAction class. |
AzureFirewallNatRCAction()
Initializes a new instance of the AzureFirewallNatRCAction class.
public AzureFirewallNatRCAction ();
Public Sub New ()
Applies to
AzureFirewallNatRCAction(AzureFirewallNatRCActionType)
Initializes a new instance of the AzureFirewallNatRCAction class.
public AzureFirewallNatRCAction (Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNatRCActionType type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNatRCAction : Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNatRCActionType -> Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNatRCAction
Public Sub New (Optional type As AzureFirewallNatRCActionType = Nothing)
Parameters
The type of action. Possible values include: 'Snat', 'Dnat'