다음을 통해 공유


Get-AzApplicationGatewayIdentity

애플리케이션 게이트웨이에 할당된 ID를 가져옵니다.

구문

Get-AzApplicationGatewayIdentity
   -ApplicationGateway <PSApplicationGateway>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzApplicationGatewayIdentity cmdlet은 애플리케이션 게이트웨이에 할당된 ID를 가져옵니다.

예제

예 1

$gw = Get-AzApplicationGateway -Name $appgwName -ResourceGroupName $resgpName
$identity = Get-AzApplicationGatewayIdentity -ApplicationGateway $gw

이 예제에서는 Application Gateway에서 애플리케이션 게이트웨이 ID를 가져오는 방법을 보여 줍니다.

매개 변수

-ApplicationGateway

applicationGateway

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

-DefaultProfile

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

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

입력

PSApplicationGateway

출력

PSManagedServiceIdentity