次の方法で共有


Get-AzApplicationGatewayTrustedClientCertificate

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

構文

Default (既定)

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

パラメーターのプロパティ

型:PSApplicationGateway
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:True
パイプラインからの値:True
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-DefaultProfile

Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。

パラメーターのプロパティ

型:IAzureContextContainer
規定値:None
ワイルドカードのサポート:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Name

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

パラメーターのプロパティ

型:String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

CommonParameters

このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。

入力

PSApplicationGateway

出力

PSApplicationGatewayTrustedClientCertificate