Get-AzureRmApplicationGatewayCustomError

アプリケーション ゲートウェイからカスタム エラーを取得します。

警告

AzureRM PowerShell モジュールは、2024 年 2 月 29 日の時点で正式に非推奨になりました。 引き続きサポートを受け、更新を受け取れるようにするために、AzureRM から Az PowerShell モジュールに移行することをお勧めします。

AzureRM モジュールは引き続き機能する可能性がありますが、メインが維持またはサポートされなくなり、ユーザーの判断とリスクで引き続き使用できます。 Az モジュールへの移行に関するガイダンスについては、移行リソースを参照してください。

構文

Get-AzureRmApplicationGatewayCustomError
   [-StatusCode <String>]
   -ApplicationGateway <PSApplicationGateway>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzureRmApplicationGatewayCustomError コマンドレットは、アプリケーション ゲートウェイからカスタム エラーを取得します。

例 1: アプリケーション ゲートウェイでカスタム エラーを取得する

PS C:\> $ce = Get-AzureRmApplicationGatewayCustomError -ApplicationGateway $appgw -StatusCode HttpStatus502

このコマンドは、アプリケーション ゲートウェイ $appgwから http 状態コード 502 のカスタム エラーを取得して返します。

例 2: アプリケーション ゲートウェイ内のすべてのカスタム エラーの一覧を取得します

PS C:\> $ces = Get-AzureRmApplicationGatewayCustomError -ApplicationGateway $appgw

このコマンドは、アプリケーション ゲートウェイ $appgwからすべてのカスタム エラーの一覧を取得して返します。

パラメーター

-ApplicationGateway

The Application Gateway

Type:PSApplicationGateway
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-DefaultProfile

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

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

-StatusCode

Application Gateway のお客様エラーの状態コード。

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

入力

PSApplicationGateway

出力

PSApplicationGatewayCustomError