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.