Share via


GatewayOperationsExtensions.ResetSharedKey Method

Resets 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 operations As IGatewayOperations
Dim virtualNetworkName As String
Dim localNetworkName As String
Dim parameters As GatewayResetSharedKeyParameters
Dim returnValue As GatewayGetOperationStatusResponse

returnValue = GatewayOperationsExtensions.ResetSharedKey(operations, virtualNetworkName, localNetworkName, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ResetSharedKey ( _
    operations As IGatewayOperations, _
    virtualNetworkName As String, _
    localNetworkName As String, _
    parameters As GatewayResetSharedKeyParameters _
) As GatewayGetOperationStatusResponse
[ExtensionAttribute] 
public static GatewayGetOperationStatusResponse ResetSharedKey (
    IGatewayOperations operations,
    string virtualNetworkName,
    string localNetworkName,
    GatewayResetSharedKeyParameters parameters
)
[ExtensionAttribute] 
public:
static GatewayGetOperationStatusResponse^ ResetSharedKey (
    IGatewayOperations^ operations, 
    String^ virtualNetworkName, 
    String^ localNetworkName, 
    GatewayResetSharedKeyParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static GatewayGetOperationStatusResponse ResetSharedKey (
    IGatewayOperations operations, 
    String virtualNetworkName, 
    String localNetworkName, 
    GatewayResetSharedKeyParameters parameters
)
ExtensionAttribute 
public static function ResetSharedKey (
    operations : IGatewayOperations, 
    virtualNetworkName : String, 
    localNetworkName : String, 
    parameters : GatewayResetSharedKeyParameters
) : GatewayGetOperationStatusResponse

Parameters

  • operations
    The IGatewayOperations object that specifies the Virtual Network Gateway operations.
  • virtualNetworkName
    The name of the Virtual Network.
  • localNetworkName
    The name of the local network.

Return Value

The GatewayGetOperationStatusResponse object that contains the status of the operation.

Remarks

If the asynchronous operation succeeds, the response includes the HTTP status code for the successful request. If the asynchronous operation failed, the response includes the HTTP status code for the failed request, and also includes error information about the failure.

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

GatewayOperationsExtensions Class
GatewayOperationsExtensions Members
Microsoft.WindowsAzure.Management.VirtualNetworks Namespace