IGatewayOperations.BeginResetAsync Method (String, ResetGatewayParameters, CancellationToken)
The Begin Reset Virtual network Gateway operation resets an existing gateway.
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
Task<GatewayOperationResponse> BeginResetAsync(
string networkName,
ResetGatewayParameters parameters,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginResetAsync(
String^ networkName,
ResetGatewayParameters^ parameters,
CancellationToken cancellationToken
)
abstract BeginResetAsync :
networkName:string *
parameters:ResetGatewayParameters *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginResetAsync (
networkName As String,
parameters As ResetGatewayParameters,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
Parameters
networkName
Type: System.StringThe name of the virtual network for this gateway.
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParametersParameters supplied to the Begin Reset Virtual Network Gateway operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top