Start-AzApplicationGateway
啟動應用程式閘道。
語法
Start-AzApplicationGateway
-ApplicationGateway <PSApplicationGateway>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Start-AzApplicationGateway Cmdlet 會啟動 Azure 應用程式閘道
範例
範例1:啟動應用程式閘道
$AppGw = Get-AzApplicationGateway -Name Test -ResourceGroupName Appgwtest
Start-AzApplicationGateway -ApplicationGateway $AppGw
此命令會啟動儲存在 $AppGw 變數中的應用程式閘道。
參數
-ApplicationGateway
指定此 Cmdlet 啟動的應用程式閘道。
類型: | PSApplicationGateway |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |