New-AzFirewallPolicyApplicationRule
Een nieuwe toepassingsregel voor Azure Firewall-beleid maken
Syntaxis
New-AzFirewallPolicyApplicationRule
-Name <String>
[-Description <String>]
-SourceAddress <String[]>
-TargetFqdn <String[]>
-Protocol <String[]>
[-TerminateTLS]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyApplicationRule
-Name <String>
[-Description <String>]
-SourceAddress <String[]>
-FqdnTag <String[]>
[-TerminateTLS]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyApplicationRule
-Name <String>
[-Description <String>]
-SourceAddress <String[]>
-WebCategory <String[]>
-Protocol <String[]>
[-TerminateTLS]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyApplicationRule
-Name <String>
[-Description <String>]
-SourceAddress <String[]>
-Protocol <String[]>
-TargetUrl <String[]>
[-TerminateTLS]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyApplicationRule
-Name <String>
[-Description <String>]
-SourceIpGroup <String[]>
-TargetFqdn <String[]>
-Protocol <String[]>
[-TerminateTLS]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyApplicationRule
-Name <String>
[-Description <String>]
-SourceIpGroup <String[]>
-FqdnTag <String[]>
[-TerminateTLS]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyApplicationRule
-Name <String>
[-Description <String>]
-SourceIpGroup <String[]>
-FqdnTag <String[]>
-WebCategory <String[]>
-Protocol <String[]>
[-TerminateTLS]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyApplicationRule
-Name <String>
[-Description <String>]
-SourceIpGroup <String[]>
-Protocol <String[]>
-TargetUrl <String[]>
[-TerminateTLS]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De cmdlet New-AzFirewallPolicyApplicationRule maakt een toepassingsregel voor een Azure Firewall-beleid.
Voorbeelden
Voorbeeld 1
New-AzFirewallPolicyApplicationRule -Name AR1 -SourceAddress "192.168.0.0/16" -Protocol "http:80","https:443" -TargetFqdn "*.ro", "*.com"
In dit voorbeeld wordt een toepassingsregel gemaakt met het bronadres, het protocol en de doel-fqdns.
Voorbeeld 2
New-AzFirewallPolicyApplicationRule -Name AR1 -SourceAddress "192.168.0.0/16" -Protocol "http:80","https:443" -WebCategory "DatingAndPersonals", "Tasteless"
In dit voorbeeld wordt een toepassingsregel gemaakt met het bronadres, protocol en webcategorieën.
Parameters
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Description
De beschrijving van de regel
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-FqdnTag
De FQDN-tags van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Name
De naam van de toepassingsregel
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Protocol
De protocollen van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-SourceAddress
De bronadressen van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-SourceIpGroup
De bron-IP-groepen van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-TargetFqdn
De doel-FQDN's van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-TargetUrl
De doel-URL van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-TerminateTLS
Geeft aan dat TLS wordt beëindigd
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-WebCategory
De webcategorieën van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
None
Uitvoerwaarden
Azure PowerShell