Get-AzApplicationGatewayAvailableWafRuleSet
Gets all available web application firewall rule sets.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Get-AzApplicationGatewayAvailableWafRuleSet
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzApplicationGatewayAvailableWafRuleSet cmdlet gets all available web application firewall rule sets.
Examples
Example 1
PS C:\>$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 |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Inputs
None
Outputs
PSApplicationGatewayAvailableWafRuleSetsResult
Notes
List-AzApplicationGatewayAvailableWafRuleSets is an alias for the Get-AzApplicationGatewayAvailableWafRuleSet cmdlet.