IGatewayOperations.BeginResetAsync Method (String, ResetGatewayParameters, CancellationToken)
The Begin Reset Virtual network Gateway operation resets an existing gateway.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Function BeginResetAsync ( networkName As String, parameters As ResetGatewayParameters, 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.ResetGatewayParameters
Parameters supplied to the Begin Reset 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.
Show: