Get-AzApplicationGatewayAvailableWafRuleSet
Gets all available web application firewall rule sets.
Syntax
Get-AzApplicationGatewayAvailableWafRuleSet
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzApplicationGatewayAvailableWafRuleSet cmdlet gets all available web application firewall rule sets.
Examples
Example 1
$availableRuleSets = Get-AzApplicationGatewayAvailableWafRuleSet
This commands returns all the available web application firewall rule sets.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
PSApplicationGatewayAvailableWafRuleSetsResult
Notes
List-AzApplicationGatewayAvailableWafRuleSets is an alias for the Get-AzApplicationGatewayAvailableWafRuleSet cmdlet.
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure PowerShell