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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET