Dela via


Get-AzFirewallPolicyRuleCollectionGroupDraft

Hämtar ett utkast till en Azure Firewall Policy-regelsamlingsgrupp.

Syntax

Get-AzFirewallPolicyRuleCollectionGroupDraft
   -Name <String>
   -ResourceGroupName <String>
   -AzureFirewallPolicyName <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzFirewallPolicyRuleCollectionGroupDraft
   -Name <String>
   -AzureFirewallPolicy <PSAzureFirewallPolicy>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzFirewallPolicyRuleCollectionGroupDraft
   -ResourceId <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Cmdleten Get-AzFirewallPolicyRuleCollectionGroupDraft hämtar cmdleten RuleCollectionGroup som är associerad med RuleCollectionGroup från en Azure Firewall-princip.

Exempel

Exempel 1

Get-AzFirewallPolicyRuleCollectionGroupDraft -AzureFirewallPolicyRuleCollectionGroupName rg1 -FirewallPolicyObject $fp

Det här exemplet hämtar regelsamlingens grupputkast som är associerat med regelsamlingsgruppen rg1 i brandväggsprincipen $fp.

Exempel 2

Hämtar en samlingsgrupp för Azure Firewall Policy Rule. (automatiskt genererad)

Get-AzFirewallPolicyRuleCollectionGroupDraft -AzureFirewallPolicyName fpName -AzureFirewallPolicyRuleCollectionGroupName rg1 -ResourceGroupName myresourcegroup

Parametrar

-AzureFirewallPolicy

Brandväggsprincip.

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

-AzureFirewallPolicyName

Namnet på brandväggsprincipen.

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

-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

-Name

Resursnamnet.

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

-ResourceGroupName

Resursgruppens namn.

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

-ResourceId

Resurs-ID för utkast.

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

Indata

String

PSAzureFirewallPolicyDraft

Utdata

PSAzureFirewall

IEnumerable<T>[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null]]