New-AzFirewallPolicyIntrusionDetectionBypassTraffic
Hiermee maakt u een nieuwe instelling voor inbraakdetectie van Azure Firewall Policy die verkeer overslaan
Syntaxis
New-AzFirewallPolicyIntrusionDetectionBypassTraffic
-Name <String>
[-Description <String>]
-Protocol <String>
[-SourceAddress <String[]>]
[-DestinationAddress <String[]>]
[-SourceIpGroup <String[]>]
[-DestinationIpGroup <String[]>]
-DestinationPort <String[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
De cmdlet New-AzFirewallPolicyIntrusionDetectionBypassTraffic maakt een Azure Firewall Policy Intrusion Detection Bypass Traffic Object.
Voorbeelden
Voorbeeld 1: Verkeer omzeilen met specifieke poort en bronadres maken
$bypass = New-AzFirewallPolicyIntrusionDetectionBypassTraffic -Name "bypass-setting" -Protocol "TCP" -DestinationPort "80" -SourceAddress "10.0.0.0" -DestinationAddress "*"
New-AzFirewallPolicyIntrusionDetection -Mode "Deny" -BypassTraffic $bypass
In dit voorbeeld wordt inbraakdetectie gemaakt met de instelling verkeer overslaan
Parameters
-Confirm
Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.
Type: | SwitchParameter |
Aliassen: | cf |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-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
Beschrijving van instelling overslaan.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DestinationAddress
Lijst met doel-IP-adressen of bereiken.
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DestinationIpGroup
Lijst met doel-IpGroups.
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DestinationPort
Lijst met doelpoorten of -bereiken.
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Name
Naam van instelling overslaan.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Protocol
Instellingsprotocol overslaan.
Type: | String |
Geaccepteerde waarden: | TCP, UDP, ICMP, ANY |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-SourceAddress
Lijst met bron-IP-adressen of -bereiken.
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-SourceIpGroup
Lijst met bron-IpGroups.
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-WhatIf
Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.
Type: | SwitchParameter |
Aliassen: | wi |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
None
Uitvoerwaarden
Azure PowerShell