Get-AzApplicationGatewayAvailableWafRuleSet
Gets all available web application firewall rule sets.
PowerShell
Get-AzApplicationGatewayAvailableWafRuleSet
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
The Get-AzApplicationGatewayAvailableWafRuleSet cmdlet gets all available web application firewall rule sets.
PowerShell
$availableRuleSets = Get-AzApplicationGatewayAvailableWafRuleSet
This commands returns all the available web application firewall rule sets.
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 |
None
List-AzApplicationGatewayAvailableWafRuleSets is an alias for the Get-AzApplicationGatewayAvailableWafRuleSet cmdlet.