次の方法で共有


Get-AzApplicationGatewayAvailableSslOption

Application Gateway の ssl ポリシーで使用可能なすべての ssl オプションを取得します。

構文

Get-AzApplicationGatewayAvailableSslOption
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzApplicationGatewayAvailableSslOption コマンドレットは、ssl ポリシーで使用可能なすべての ssl オプションを取得します

例 1

$sslOptions = Get-AzApplicationGatewayAvailableSslOption

このコマンドは、ssl ポリシーで使用可能なすべての ssl オプションを返します。

パラメーター

-DefaultProfile

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

型:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

入力

None

出力

PSApplicationGatewayAvailableSslOptions