Get-AzFirewallPolicyRuleCollectionGroup
Hämtar en azure firewall policy rule collection group
Syntax
Get-AzFirewallPolicyRuleCollectionGroup
-Name <String>
-ResourceGroupName <String>
-AzureFirewallPolicyName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzFirewallPolicyRuleCollectionGroup
-Name <String>
-AzureFirewallPolicy <PSAzureFirewallPolicy>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzFirewallPolicyRuleCollectionGroup
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Get-AzFirewallPolicyRuleCollectionGroup hämtar RuleCollectionGroup som nämns från en brandväggsprincip
Exempel
Exempel 1
Get-AzFirewallPolicyRuleCollectionGroup -Name ruleGroupName -AzureFirewallPolicy $fp
Det här exemplet hämtar regeln collectionGroup i brandväggsprincipen $fp
Exempel 2
Hämtar en samlingsgrupp för Azure Firewall Policy Rule. (automatiskt genererad)
Get-AzFirewallPolicyRuleCollectionGroup -AzureFirewallPolicyName fpName -Name ruleGroupName -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 för resursen Brandväggsprincipregelsamling. Exempel: "DefaultNetworkRuleCollectionGroup"
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:t.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | True |
Indata
Utdata
IEnumerable<T>[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null]]
Azure PowerShell