FirewallNetworkProfile Constructor
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.
Initializes a new instance of FirewallNetworkProfile.
public FirewallNetworkProfile (Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallNetworkType networkType, System.Collections.Generic.IEnumerable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.IPAddressInfo> publicIPs, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AllowEgressNatType enableEgressNat);
new Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallNetworkProfile : Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallNetworkType * seq<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.IPAddressInfo> * Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AllowEgressNatType -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallNetworkProfile
Public Sub New (networkType As FirewallNetworkType, publicIPs As IEnumerable(Of IPAddressInfo), enableEgressNat As AllowEgressNatType)
Parameters
- networkType
- FirewallNetworkType
vnet or vwan, cannot be updated.
- publicIPs
- IEnumerable<IPAddressInfo>
List of IPs associated with the Firewall.
- enableEgressNat
- AllowEgressNatType
Enable egress NAT, enabled by default.
Exceptions
publicIPs
is null.