< Back

Stop-AzureRmApplicationGateway

Tue Jan 29, 2019 9:58 pm

NAME Stop-AzureRmApplicationGateway



SYNOPSIS

Stops an application gateway





SYNTAX

Stop-AzureRmApplicationGateway -ApplicationGateway <PSApplicationGateway> [-AsJob] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Stop-AzureRmApplicationGateway cmdlet stops an application gateway.





PARAMETERS

-ApplicationGateway <PSApplicationGateway>

Specifies the application gateway that this cmdlet stops.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-AsJob [<SwitchParameter>]

Run cmdlet in the background



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String







OUTPUTS

Microsoft.Azure.Commands.Network.Models.PSApplicationGateway







NOTES









Example 1: Stop an application gateway



PS C:\\>Stop-AzureRmApplicationGateway -ApplicationGateway $AppGw



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







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... iongateway

Get-AzureRmApplicationGatewayAvailableSslOptions

New-AzureRmApplicationGateway

Remove-AzureRmApplicationGateway

Set-AzureRmApplicationGateway

Start-AzureRmApplicationGateway