GatewayOperationsExtensions.BeginConnectDisconnectOrTesting Method

Initiates the connection, disconnection, or test 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 GatewayOperationResponse

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

Syntax

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

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

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

Remarks

For more information about connecting and testing, see Create Virtual Network Gateway.

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