Get-AzApplicationGatewayIdentity

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

Syntax

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

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

-DefaultProfile

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

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

입력

PSApplicationGateway

출력

PSManagedServiceIdentity