다음을 통해 공유


Get-AzApplicationGatewayCustomError

애플리케이션 게이트웨이에서 사용자 지정 오류를 가져옵니다.

구문

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

Description

Get-AzApplicationGatewayCustomError cmdlet은 애플리케이션 게이트웨이에서 사용자 지정 오류를 가져옵니다.

예제

예제 1: 애플리케이션 게이트웨이에서 사용자 지정 오류를 가져옵니다.

$ce = Get-AzApplicationGatewayCustomError -ApplicationGateway $appgw -StatusCode HttpStatus502

이 명령은 애플리케이션 게이트웨이 $appgw http 상태 코드 502의 사용자 지정 오류를 가져오고 반환합니다.

예제 2: 애플리케이션 게이트웨이의 모든 사용자 지정 오류 목록을 가져옵니다.

$ces = Get-AzApplicationGatewayCustomError -ApplicationGateway $appgw

이 명령은 application gateway $appgw 모든 사용자 지정 오류 목록을 가져오고 반환합니다.

매개 변수

-ApplicationGateway

The Application Gateway

형식:PSApplicationGateway
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:True
와일드카드 문자 허용:False

-DefaultProfile

Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.

형식:IAzureContextContainer
별칭:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-StatusCode

애플리케이션 게이트웨이 고객 오류의 상태 코드입니다.

형식:String
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

입력

PSApplicationGateway

출력

PSApplicationGatewayCustomError