Dela via


New-AzFirewallPolicyRuleCollectionGroupDraft

Skapa ett nytt utkast till azure firewall policy rule collection group.

Syntax

New-AzFirewallPolicyRuleCollectionGroupDraft
   -AzureFirewallPolicyRuleCollectionGroupName <String>
   -ResourceGroupName <String>
   -AzureFirewallPolicyName <String>
   -Priority <UInt32>
   [-RuleCollection <PSAzureFirewallPolicyBaseRuleCollection[]>]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
New-AzFirewallPolicyRuleCollectionGroupDraft
   -AzureFirewallPolicyRuleCollectionGroupName <String>
   -FirewallPolicyObject <PSAzureFirewallPolicy>
   -Priority <UInt32>
   [-RuleCollection <PSAzureFirewallPolicyBaseRuleCollection[]>]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Cmdleten New-AzFirewallPolicyRuleCollectionGroupDraft skapar en regelsamlingsgrupputkast i en Azure Firewall-princip.

Exempel

Exempel 1

New-AzFirewallPolicyRuleCollectionGroupDraft -AzureFirewallPolicyRuleCollectionGroupName rg1 -Priority 200 -RuleCollection $filterRule1 -FirewallPolicyObject $fp

TDet här exemplet skapar ett utkast av en regelsamlingsgrupp som är associerad med en regelsamlingsgrupp rg1 i Azure Firewall Policy-$fp.

Exempel 2

Skapa ett nytt utkast till azure firewall policy rule collection group. (automatiskt genererad)

New-AzFirewallPolicyRuleCollectionGroupDraft -FirewallPolicyName <String> -AzureFirewallPolicyRuleCollectionGroupName rg1 -Priority 200 -ResourceGroupName TestRg

Parametrar

-AzureFirewallPolicyName

Namnet på brandväggsprincipen

Typ:String
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-AzureFirewallPolicyRuleCollectionGroupName

Namnet på den regelgrupp som är associerad med utkastet.

Typ:String
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-Confirm

Uppmanar dig att bekräfta innan du kör cmdleten.

Typ:SwitchParameter
Alias:cf
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-DefaultProfile

Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.

Typ:IAzureContextContainer
Alias:AzContext, AzureRmContext, AzureCredential
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-FirewallPolicyObject

Brandväggsprincip.

Typ:PSAzureFirewallPolicy
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-Priority

Prioriteten för regelgruppen.

Typ:UInt32
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-ResourceGroupName

Resursgruppens namn.

Typ:String
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-RuleCollection

Listan över regler.

Typ:PSAzureFirewallPolicyBaseRuleCollection[]
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-WhatIf

Visar vad som skulle hända om cmdleten körs. Cmdleten körs inte.

Typ:SwitchParameter
Alias:wi
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

Indata

String

PSAzureFirewallPolicy

Utdata

PSAzureFirewallPolicyRuleCollectionGroup