Start-AzureRmApplicationGateway

Starts an application gateway.

Important

Because Az PowerShell modules now have all the capabilities of AzureRM PowerShell modules and more, we'll retire AzureRM PowerShell modules on 29 February 2024.

To avoid service interruptions, update your scripts that use AzureRM PowerShell modules to use Az PowerShell modules by 29 February 2024. To automatically update your scripts, follow the quickstart guide.

Syntax

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

Description

The Start-AzureRmApplicationGateway cmdlet starts an Azure application gateway

Examples

Example1: Start an application gateway

PS C:\>$AppGw = Start-AzureRmApplicationGateway -ApplicationGateway $AppGw

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

Parameters

-ApplicationGateway

Specifies the application gateway that this cmdlet starts.

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

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

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

Inputs

PSApplicationGateway

Parameters: ApplicationGateway (ByValue)

Outputs

PSApplicationGateway