New-AzFirewallPolicyNetworkRule
Een nieuwe Netwerkregel voor Azure Firewall Policy maken
Syntaxis
New-AzFirewallPolicyNetworkRule
-Name <String>
[-Description <String>]
-SourceAddress <String[]>
[-DestinationAddress <String[]>]
[-DestinationIpGroup <String[]>]
-DestinationPort <String[]>
[-DestinationFqdn <String[]>]
-Protocol <String[]>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyNetworkRule
-Name <String>
[-Description <String>]
-SourceIpGroup <String[]>
[-DestinationAddress <String[]>]
[-DestinationIpGroup <String[]>]
-DestinationPort <String[]>
[-DestinationFqdn <String[]>]
-Protocol <String[]>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Met de cmdlet New-AzFirewallPolicyNetworkRule maakt u een netwerkregel voor een Azure Firewall-beleid.
Voorbeelden
Voorbeeld 1
New-AzFirewallPolicyNetworkRule -Name NRC1 -Protocol "TCP" -SourceAddress "192.168.0.0/16" -DestinationAddress * -DestinationPort *
In dit voorbeeld wordt een netwerkregel gemaakt met het bronadres, protocol, doeladres en doelpoort
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 |
-DestinationAddress
De doeladressen van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DestinationFqdn
De doel-FQDN van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DestinationIpGroup
De doel-IP-groepen van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DestinationPort
De doelpoorten van de regel
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Name
De naam van de netwerkregel
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Protocol
De protocollen van de regel
Type: | String[] |
Geaccepteerde waarden: | Any, TCP, UDP, ICMP |
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 |
Invoerwaarden
None
Uitvoerwaarden
Azure PowerShell