Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PSAzureFirewall Class

Definition

Namespace:
Microsoft.Azure.Commands.Network.Models
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Network.dll

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.

public class PSAzureFirewall : Microsoft.Azure.Commands.Network.Models.PSTopLevelResource
type PSAzureFirewall = class
 inherit PSTopLevelResource
Public Class PSAzureFirewall
Inherits PSTopLevelResource
Inheritance

Constructors

Name Description
PSAzureFirewall()

Properties

Name Description
AllowActiveFTP
ApplicationRuleCollections
ApplicationRuleCollectionsText
AutoscaleConfiguration
DNSEnableProxy
DNSServer
DNSServersText
EnableDnstapLogging
EnableFatFlowLogging
EnableUDPLogOptimization
Etag (Inherited from PSChildResource)
ExtendedLocation
ExtendedLocationText
FirewallPolicy
HubIPAddresses
Id (Inherited from PSResourceId)
IpConfigurations
IpConfigurationsText
LearnedIPPrefixes
Location (Inherited from PSTopLevelResource)
ManagementIpConfiguration
ManagementIpConfigurationText
Name (Inherited from PSChildResource)
NatRuleCollections
NatRuleCollectionsText
NetworkRuleCollections
NetworkRuleCollectionsText
PrivateRange
PrivateRangeText
ProvisioningState
ResourceGroupName (Inherited from PSTopLevelResource)
ResourceGuid (Inherited from PSTopLevelResource)
RouteServerId
Sku
Tag (Inherited from PSTopLevelResource)
TagsTable (Inherited from PSTopLevelResource)
ThreatIntelMode
ThreatIntelWhitelist
ThreatIntelWhitelistText
Type (Inherited from PSTopLevelResource)
VirtualHub
Zones

Methods

Name Description
AddApplicationRuleCollection(PSAzureFirewallApplicationRuleCollection)
AddIpAddressesForByopipHubFirewall(PSPublicIpAddress[])
AddNatRuleCollection(PSAzureFirewallNatRuleCollection)
AddNetworkRuleCollection(PSAzureFirewallNetworkRuleCollection)
AddPublicIpAddress(PSPublicIpAddress)
Allocate(PSVirtualNetwork, PSPublicIpAddress[], PSPublicIpAddress)
Allocate(SubResource, PSPublicIpAddress[])
Allocate(SubResource)
AllocateBasicSku(PSVirtualNetwork, PSPublicIpAddress[], PSPublicIpAddress)
Deallocate()
GetApplicationRuleCollectionByName(String)
GetApplicationRuleCollectionByPriority(UInt32)
GetNatRuleCollectionByName(String)
GetNatRuleCollectionByPriority(UInt32)
GetNetworkRuleCollectionByName(String)
GetNetworkRuleCollectionByPriority(UInt32)
RemoveApplicationRuleCollectionByName(String)
RemoveApplicationRuleCollectionByPriority(UInt32)
RemoveNatRuleCollectionByName(String)
RemoveNatRuleCollectionByPriority(UInt32)
RemoveNetworkRuleCollectionByName(String)
RemoveNetworkRuleCollectionByPriority(UInt32)
RemovePublicIpAddress(PSPublicIpAddress)
ValidateDNSProxyRequirements()

Applies to