Get-AzApplicationGatewayCustomError
アプリケーション ゲートウェイからカスタム エラーを取得します。
構文
Get-AzApplicationGatewayCustomError
[-StatusCode <String>]
-ApplicationGateway <PSApplicationGateway>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzApplicationGatewayCustomError コマンドレットは、アプリケーション ゲートウェイからカスタム エラーを取得します。
例
例 1: アプリケーション ゲートウェイでカスタム エラーを取得する
$ce = Get-AzApplicationGatewayCustomError -ApplicationGateway $appgw -StatusCode HttpStatus502
このコマンドは、アプリケーション ゲートウェイ $appgwから http 状態コード 502 のカスタム エラーを取得して返します。
例 2: アプリケーション ゲートウェイ内のすべてのカスタム エラーの一覧を取得します
$ces = Get-AzApplicationGatewayCustomError -ApplicationGateway $appgw
このコマンドは、アプリケーション ゲートウェイ $appgwからすべてのカスタム エラーの一覧を取得して返します。
パラメーター
-ApplicationGateway
The Application Gateway
型: | PSApplicationGateway |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-StatusCode
Application Gateway のお客様エラーの状態コード。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
入力
出力
PSApplicationGatewayCustomError
関連リンク
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell