FirewallPolicySNAT Class
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.
The private IP addresses/IP ranges to which traffic will not be SNAT.
public class FirewallPolicySNAT
type FirewallPolicySNAT = class
Public Class FirewallPolicySNAT
- Inheritance
-
FirewallPolicySNAT
Constructors
FirewallPolicySNAT() |
Initializes a new instance of the FirewallPolicySNAT class. |
FirewallPolicySNAT(IList<String>, String) |
Initializes a new instance of the FirewallPolicySNAT class. |
Properties
AutoLearnPrivateRanges |
Gets or sets the operation mode for automatically learning private ranges to not be SNAT. Possible values include: 'Enabled', 'Disabled' |
PrivateRanges |
Gets or sets list of private IP addresses/IP address ranges to not be SNAT. |
Applies to
Azure SDK for .NET