IGatewayOperations.GetAsync Method (String, CancellationToken)

 

The Get Virtual Network Gateway operation gets information about the network gateway for the specified virtual network in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154109.aspx for more information)

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

Function GetAsync (
	networkName As String,
	cancellationToken As CancellationToken
) As Task(Of GatewayGetResponse)

Parameters

networkName
Type: System.String

The name of the virtual network for this gateway.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of GatewayGetResponse)

A standard service response including an HTTP status code and request ID.

Return to top
Show: