FirewallPolicySNAT 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
FirewallPolicySNAT() |
Initializes a new instance of the FirewallPolicySNAT class. |
FirewallPolicySNAT(IList<String>, String) |
Initializes a new instance of the FirewallPolicySNAT class. |
FirewallPolicySNAT()
Initializes a new instance of the FirewallPolicySNAT class.
public FirewallPolicySNAT ();
Public Sub New ()
Applies to
FirewallPolicySNAT(IList<String>, String)
Initializes a new instance of the FirewallPolicySNAT class.
public FirewallPolicySNAT (System.Collections.Generic.IList<string> privateRanges = default, string autoLearnPrivateRanges = default);
new Microsoft.Azure.Management.Network.Models.FirewallPolicySNAT : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.FirewallPolicySNAT
Public Sub New (Optional privateRanges As IList(Of String) = Nothing, Optional autoLearnPrivateRanges As String = Nothing)
Parameters
- autoLearnPrivateRanges
- String
The operation mode for automatically learning private ranges to not be SNAT. Possible values include: 'Enabled', 'Disabled'
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET