Start-AzApplicationGateway

애플리케이션 게이트웨이를 시작합니다.

Syntax

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이 시작하는 애플리케이션 게이트웨이를 지정합니다.

Type:PSApplicationGateway
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-DefaultProfile

Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

입력

PSApplicationGateway

출력

PSApplicationGateway