GatewayOperationsExtensions.GetGatewayConnection 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 Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse GetGatewayConnection (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);
static member GetGatewayConnection : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse
<Extension()>
Public Function GetGatewayConnection (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As 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.