GatewayOperationsExtensions.GetGatewayConnectionAsync 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 Get Virtual Network Gateway Connection operation gets information about the virtual network gateway connection.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse> GetGatewayConnectionAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);
static member GetGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse>
<Extension()>
Public Function GetGatewayConnectionAsync (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As Task(Of GatewayConnectionGetResponse)
Parameters
- operations
- IGatewayOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- gatewayId
- String
Required. The virtual network gateway id.
- connectedentityId
- String
Required. The virtual network gateway connected entity Id.
Returns
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET