FirewallNetworkProfile 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.
Network settings for Firewall.
public class FirewallNetworkProfile
type FirewallNetworkProfile = class
Public Class FirewallNetworkProfile
- Inheritance
-
FirewallNetworkProfile
Constructors
FirewallNetworkProfile(FirewallNetworkType, IEnumerable<IPAddressInfo>, AllowEgressNatType) |
Initializes a new instance of FirewallNetworkProfile. |
Properties
EgressNatIP |
Egress nat IP to use. |
EnableEgressNat |
Enable egress NAT, enabled by default. |
NetworkType |
vnet or vwan, cannot be updated. |
PublicIPs |
List of IPs associated with the Firewall. |
TrustedRanges |
Non-RFC 1918 address. |
VnetConfiguration |
Vnet configurations. |
VwanConfiguration |
Vwan configurations. |
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