IGatewayOperations.BeginResizeAsync Method (String, ResizeGatewayParameters, CancellationToken)

 

The Begin Resize Virtual network Gateway operation resizes an existing gateway to a different GatewaySKU.

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Function BeginResizeAsync (
	networkName As String,
	parameters As ResizeGatewayParameters,
	cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)

Parameters

networkName
Type: System.String

The name of the virtual network for this gateway.

parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters

Parameters supplied to the Begin Resize Virtual Network Gateway operation.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of GatewayOperationResponse)

A standard service response including an HTTP status code and request ID.

Return to top
Show: