Share via


IGatewayOperations.BeginResetSharedKeyAsync Method

Asynchronously initiates the reset of the shared key on the Virtual Network Gateway.

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

Usage

'Usage
Dim instance As IGatewayOperations
Dim virtualNetworkName As String
Dim localNetworkName As String
Dim parameters As GatewayResetSharedKeyParameters
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of GatewayOperationResponse)

returnValue = instance.BeginResetSharedKeyAsync(virtualNetworkName, localNetworkName, parameters, cancellationToken)

Syntax

'Declaration
Function BeginResetSharedKeyAsync ( _
    virtualNetworkName As String, _
    localNetworkName As String, _
    parameters As GatewayResetSharedKeyParameters, _
    cancellationToken As CancellationToken _
) As Task(Of GatewayOperationResponse)
Task<GatewayOperationResponse> BeginResetSharedKeyAsync (
    string virtualNetworkName,
    string localNetworkName,
    GatewayResetSharedKeyParameters parameters,
    CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginResetSharedKeyAsync (
    String^ virtualNetworkName, 
    String^ localNetworkName, 
    GatewayResetSharedKeyParameters^ parameters, 
    CancellationToken cancellationToken
)
Task<GatewayOperationResponse> BeginResetSharedKeyAsync (
    String virtualNetworkName, 
    String localNetworkName, 
    GatewayResetSharedKeyParameters parameters, 
    CancellationToken cancellationToken
)
function BeginResetSharedKeyAsync (
    virtualNetworkName : String, 
    localNetworkName : String, 
    parameters : GatewayResetSharedKeyParameters, 
    cancellationToken : CancellationToken
) : Task<GatewayOperationResponse>

Parameters

  • virtualNetworkName
    The name of the Virtual Network.
  • localNetworkName
    The name of the local network.
  • cancellationToken
    The cancellation token.

Return Value

An GatewayOperationResponse object that includes an HTTP status code and request ID.

Remarks

For more information about resetting the shared key, see Reset Virtual Network Gateway Shared Key.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

IGatewayOperations Interface
IGatewayOperations Members
Microsoft.WindowsAzure.Management.VirtualNetworks Namespace