Get-AzApplicationGatewayAvailableWafRuleSet

使用可能なすべての Web アプリケーション ファイアウォール規則セットを取得します。

構文

Get-AzApplicationGatewayAvailableWafRuleSet
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzApplicationGatewayAvailableWafRuleSet コマンドレットは、使用可能なすべての Web アプリケーション ファイアウォール規則セットを取得します。

例 1

$availableRuleSets = Get-AzApplicationGatewayAvailableWafRuleSet

このコマンドは、使用可能なすべての Web アプリケーション ファイアウォール規則セットを返します。

パラメーター

-DefaultProfile

Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション。

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

入力

None

出力

PSApplicationGatewayAvailableWafRuleSetsResult

メモ

List-AzApplicationGatewayAvailableWafRuleSets は、Get-AzApplicationGatewayAvailableWafRuleSet コマンドレットのエイリアスです。