Get-AzApplicationGatewayTrustedClientCertificate

Application Gateway から、特定の名前を持つ信頼されたクライアント CA 証明書チェーンを取得します。

構文

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

説明

Get-AzApplicationGatewayTrustedClientCertificate コマンドレットは、Application Gateway から特定の名前を持つ信頼されたクライアント CA 証明書チェーンを取得します。

例 1

$gw = Get-AzApplicationGateway -Name $appgwName -ResourceGroupName $resgpName
$trustedClientCert = Get-AzApplicationGatewayTrustedClientCertificate -ApplicationGateway $gw -Name $certName

最初のコマンドは Application Gateway を取得し、$gw変数に格納します。 2 番目のコマンドは、Application Gateway から、指定した名前の信頼されたクライアント CA 証明書チェーンを取得します。

パラメーター

-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

-Name

信頼されたクライアント CA 証明書チェーンの名前

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

入力

PSApplicationGateway

出力

PSApplicationGatewayTrustedClientCertificate