New-AzFirewallPolicyThreatIntelWhitelist

Erstellen einer neuen Zulassungsliste für die Bedrohungserkennung für Azure Firewall-Richtlinie

Syntax

New-AzFirewallPolicyThreatIntelWhitelist
   [-FQDN <String[]>]
   [-IpAddress <String[]>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Beschreibung

Das Cmdlet New-AzFirewallPolicyThreatIntelWhitelist erstellt ein Threat Intel Allowlist-Objekt, das beim Erstellen oder Festlegen einer Azure Firewall-Richtlinie verwendet werden kann.

Beispiele

Beispiel 1

New-AzFirewallPolicyThreatIntelWhitelist -IpAddress 23.46.72.91,192.79.236.79 -FQDN microsoft.com

This example creates a threat intel allowlist containing a FQDN allowlist of one entry and an IP address allowlist of two entries

Parameter

-DefaultProfile

Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-FQDN

Die FQDNs der Zulassungsliste für Bedrohung Intel

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-IpAddress

Die IP-Adressen der Intel-Zulassungsliste für Bedrohungen

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Eingaben

None

Ausgaben

PSAzureFirewallPolicyThreatIntelWhitelist