GatewayOperationsExtensions.ConnectDisconnectOrTestAsync Method

Asynchronously connects, disconnects, or tests of a connection to a local network site.

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 localNetworkSiteName As String
Dim parameters As GatewayConnectDisconnectOrTestParameters
Dim returnValue As Task(Of GatewayGetOperationStatusResponse)

returnValue = GatewayOperationsExtensions.ConnectDisconnectOrTestAsync(operations, virtualNetworkName, localNetworkSiteName, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ConnectDisconnectOrTestAsync ( _
    operations As IGatewayOperations, _
    virtualNetworkName As String, _
    localNetworkSiteName As String, _
    parameters As GatewayConnectDisconnectOrTestParameters _
) As Task(Of GatewayGetOperationStatusResponse)
[ExtensionAttribute] 
public static Task<GatewayGetOperationStatusResponse> ConnectDisconnectOrTestAsync (
    IGatewayOperations operations,
    string virtualNetworkName,
    string localNetworkSiteName,
    GatewayConnectDisconnectOrTestParameters parameters
)
[ExtensionAttribute] 
public:
static Task<GatewayGetOperationStatusResponse^>^ ConnectDisconnectOrTestAsync (
    IGatewayOperations^ operations, 
    String^ virtualNetworkName, 
    String^ localNetworkSiteName, 
    GatewayConnectDisconnectOrTestParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static Task<GatewayGetOperationStatusResponse> ConnectDisconnectOrTestAsync (
    IGatewayOperations operations, 
    String virtualNetworkName, 
    String localNetworkSiteName, 
    GatewayConnectDisconnectOrTestParameters parameters
)
ExtensionAttribute 
public static function ConnectDisconnectOrTestAsync (
    operations : IGatewayOperations, 
    virtualNetworkName : String, 
    localNetworkSiteName : String, 
    parameters : GatewayConnectDisconnectOrTestParameters
) : Task<GatewayGetOperationStatusResponse>

Parameters

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

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 connecting and testing, see Connect to, Disconnect from, or Test your Connection to a Local Network.

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, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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