Get-AzApplicationGatewayAuthenticationCertificate

Hiermee haalt u een verificatiecertificaat op voor een toepassingsgateway.

Syntax

Get-AzApplicationGatewayAuthenticationCertificate
   [-Name <String>]
   -ApplicationGateway <PSApplicationGateway>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

De cmdlet Get-AzApplicationGatewayAuthenticationCertificate haalt een verificatiecertificaat op voor een Azure-toepassingsgateway.

Voorbeelden

Voorbeeld 1: Een opgegeven verificatiecertificaat ophalen

$appgw = Get-AzApplicationGateway -ResourceGroupName "rg" -Name "appGwName"
$cert = Get-AzApplicationGatewayAuthenticationCertificate -Name "cert01" -ApplicationGateway $appgw

Met de eerste opdracht wordt de toepassingsgateway met de naam appGwName opgeslagen en opgeslagen in de variabele $appgw. Met de tweede opdracht wordt het verificatiecertificaat met de naam cert01 opgeslagen in de variabele $cert.

Parameters

-ApplicationGateway

Hiermee geeft u de naam van de toepassingsgateway waarvoor deze cmdlet een verificatiecertificaat ophaalt.

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

-DefaultProfile

De referenties, het account, de tenant en het abonnement 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

-Name

Hiermee geeft u de naam op van het verificatiecertificaat dat deze cmdlet ophaalt.

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

Invoerwaarden

PSApplicationGateway

Uitvoerwaarden

PSApplicationGatewayAuthenticationCertificate

Notities

  • Trefwoorden: azurerm, arm, resource, beheer, manager, netwerk, netwerken