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(String) |
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(String)
Initializes a new instance of the AzureFirewallNatRCAction class.
public AzureFirewallNatRCAction (string type = default);
new Microsoft.Azure.Management.Network.Models.AzureFirewallNatRCAction : string -> Microsoft.Azure.Management.Network.Models.AzureFirewallNatRCAction
Public Sub New (Optional type As String = Nothing)
Parameters
- type
- String
The type of action. Possible values include: 'Snat', 'Dnat'
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET