Megosztás a következőn keresztül:


Get-AzApplicationGatewayIdentity

Az application gatewayhez rendelt identitás lekérése.

Syntax

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

Description

A Get-AzApplicationGatewayIdentity parancsmag lekéri az Application Gatewayhez rendelt identitást.

Példák

1. példa

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

Ez a példa bemutatja, hogyan szerezheti be az Application Gateway identitását az Application Gatewayből.

Paraméterek

-ApplicationGateway

Az applicationGateway

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

-DefaultProfile

Az Azure-ral való kommunikációhoz használt hitelesítő adatok, fiók, bérlő és előfizetés.

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

Bevitelek

PSApplicationGateway

Kimenetek

PSManagedServiceIdentity