AzureFirewallNatRCAction Constructors

Definition

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

type
AzureFirewallNatRCActionType

The type of action. Possible values include: 'Snat', 'Dnat'

Applies to