Get-AzApplicationGatewayIdentity

Identiteit ophalen die is toegewezen aan de toepassingsgateway.

Syntax

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

Description

Met de cmdlet Get-AzApplicationGatewayIdentity wordt de identiteit toegewezen aan de toepassingsgateway.

Voorbeelden

Voorbeeld 1

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

In deze voorbeelden ziet u hoe u application gateway-identiteit kunt ophalen uit Application Gateway.

Parameters

-ApplicationGateway

De applicationGateway

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

-DefaultProfile

De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.

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

Invoerwaarden

PSApplicationGateway

Uitvoerwaarden

PSManagedServiceIdentity