Application Gateways - Start

Starts the specified application gateway.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/start?api-version={api-version}

URI Parameters

Name In Required Type Description
subscriptionId
path True
  • string

The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

resourceGroupName
path True
  • string

The name of the resource group.

applicationGatewayName
path True
  • string

The name of the application gateway.

api-version
query True
  • string

Client API version.

Responses

Name Type Description
200 OK

Request successful. The operation starts the ApplicationGateway resource.

202 Accepted

Accepted and the operation will complete asynchronously.