次の方法で共有


Start-AzApplicationGateway

アプリケーション ゲートウェイを開始します。

構文

Start-AzApplicationGateway
     -ApplicationGateway <PSApplicationGateway>
     [-DefaultProfile <IAzureContextContainer>]
     [<CommonParameters>]

説明

Start-AzApplicationGateway コマンドレットは、Azure アプリケーション ゲートウェイを開始します

例 1: アプリケーション ゲートウェイを開始する

$AppGw = Get-AzApplicationGateway -Name Test -ResourceGroupName Appgwtest
Start-AzApplicationGateway -ApplicationGateway $AppGw

このコマンドは、$AppGw変数に格納されているアプリケーション ゲートウェイを起動します。

パラメーター

-ApplicationGateway

このコマンドレットが起動するアプリケーション ゲートウェイを指定します。

型:PSApplicationGateway
配置:Named
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-DefaultProfile

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

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

入力

PSApplicationGateway

出力

PSApplicationGateway