Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Start-AzApplicationGateway

Starts an application gateway.

Syntax

Default (Default)

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

Description

The Start-AzApplicationGateway cmdlet starts an Azure application gateway

Examples

Example1: Start an application gateway

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

This command starts the application gateway stored in the $AppGw variable.

Parameters

-ApplicationGateway

Specifies the application gateway that this cmdlet starts.

Parameter properties

Type:PSApplicationGateway
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure.

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

PSApplicationGateway

Outputs

PSApplicationGateway

Related Links


Feedback

Was this page helpful?