< Back
Start-AzureRmApplicationGateway
Post
NAME Start-AzureRmApplicationGateway
SYNOPSIS
Starts an application gateway.
SYNTAX
Start-AzureRmApplicationGateway -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Start-AzureRmApplicationGateway cmdlet starts an Azure application gateway
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway that this cmdlet starts.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
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
Example1: Start an application gateway
PS C:\\>$AppGw = Start-AzureRmApplicationGateway -ApplicationGateway $AppGw
This command starts the application gateway stored in the $AppGw variable.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... iongateway
Stop-AzureRmApplicationGateway
SYNOPSIS
Starts an application gateway.
SYNTAX
Start-AzureRmApplicationGateway -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Start-AzureRmApplicationGateway cmdlet starts an Azure application gateway
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway that this cmdlet starts.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
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
Example1: Start an application gateway
PS C:\\>$AppGw = Start-AzureRmApplicationGateway -ApplicationGateway $AppGw
This command starts the application gateway stored in the $AppGw variable.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... iongateway
Stop-AzureRmApplicationGateway