Get-AzApplicationGatewayAuthenticationCertificate
アプリケーション ゲートウェイの認証証明書を取得します。
構文
Get-AzApplicationGatewayAuthenticationCertificate
[-Name <String>]
-ApplicationGateway <PSApplicationGateway>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzApplicationGatewayAuthenticationCertificate コマンドレットは、Azure アプリケーション ゲートウェイの認証証明書を取得します。
例
例 1: 指定した認証証明書を取得する
$appgw = Get-AzApplicationGateway -ResourceGroupName "rg" -Name "appGwName"
$cert = Get-AzApplicationGatewayAuthenticationCertificate -Name "cert01" -ApplicationGateway $appgw
最初のコマンドは、appGwName という名前のアプリケーション ゲートウェイを取得し、$appgw変数に格納します。 2 番目のコマンドは、cert01 という名前の認証証明書を取得し、$cert変数に格納します。
パラメーター
-ApplicationGateway
このコマンドレットが認証証明書を取得するアプリケーション ゲートウェイの名前を指定します。
型: | PSApplicationGateway |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Name
このコマンドレットが取得する認証証明書の名前を指定します。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
入力
出力
PSApplicationGatewayAuthenticationCertificate
メモ
- キーワード: azure, azurerm, arm, リソース, 管理, マネージャー, ネットワーク, ネットワーク
関連リンク
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell