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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET