Get-AzApplicationGatewayTrustedRootCertificate
Application Gateway から、特定の名前の信頼されたルート証明書を取得します。
構文
Get-AzApplicationGatewayTrustedRootCertificate
[-Name <String>]
-ApplicationGateway <PSApplicationGateway>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzApplicationGatewayTrustedRootCertificate コマンドレットは、Application Gateway から特定の名前の信頼されたルート証明書を取得します。
例
例 1
$gw = Get-AzApplicationGateway -Name $appgwName -ResourceGroupName $resgpName
$trustedRootCert = Get-AzApplicationGatewayTrustedRootCertificate -ApplicationGateway $gw -Name $certName
最初のコマンドは Application Gateway を取得し、$gw変数に格納します。 2 番目のコマンドは、Application Gateway から、指定した名前の信頼されたルート証明書を取得します。
パラメーター
-ApplicationGateway
applicationGateway
型: | PSApplicationGateway |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Name
TrustedRoot 証明書の名前
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
入力
出力
PSApplicationGatewayTrustedRootCertificate