Share via


IGatewayOperations.GetAsync Method

Asynchronously retrieves information about the Virtual Network Gateway, such as its IP address and provisioning state.

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

Usage

'Usage
Dim instance As IGatewayOperations
Dim virtualNetworkName As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of GatewayGetResponse)

returnValue = instance.GetAsync(virtualNetworkName, cancellationToken)

Syntax

'Declaration
Function GetAsync ( _
    virtualNetworkName As String, _
    cancellationToken As CancellationToken _
) As Task(Of GatewayGetResponse)
Task<GatewayGetResponse> GetAsync (
    string virtualNetworkName,
    CancellationToken cancellationToken
)
Task<GatewayGetResponse^>^ GetAsync (
    String^ virtualNetworkName, 
    CancellationToken cancellationToken
)
Task<GatewayGetResponse> GetAsync (
    String virtualNetworkName, 
    CancellationToken cancellationToken
)
function GetAsync (
    virtualNetworkName : String, 
    cancellationToken : CancellationToken
) : Task<GatewayGetResponse>

Parameters

  • virtualNetworkName
    The name of the Virtual Network.
  • cancellationToken
    The cancellation token.

Return Value

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

Remarks

For more information about retrieving information, see the following resources:

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

IGatewayOperations Interface
IGatewayOperations Members
Microsoft.WindowsAzure.Management.VirtualNetworks Namespace