GatewayOperationsExtensions.ListConnections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List Connections operation returns a list of the local network connections that can be accessed through the gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx for more information)
public static Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse ListConnections (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);
static member ListConnections : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse
<Extension()>
Public Function ListConnections (operations As IGatewayOperations, networkName As String) As GatewayListConnectionsResponse
Parameters
- operations
- IGatewayOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- networkName
- String
Required. The name of the virtual network for this gateway.
Returns
The response to a ListConnections request to a Virtual Network Gateway.
Applies to
Azure SDK for .NET