Edit

Share via


Get-AzApplicationGatewayAvailableWafRuleSet

Gets all available web application firewall rule sets.

Syntax

Default (Default)

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.

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

PSApplicationGatewayAvailableWafRuleSetsResult

Notes

List-AzApplicationGatewayAvailableWafRuleSets is an alias for the Get-AzApplicationGatewayAvailableWafRuleSet cmdlet.