共用方式為


GatewayOperationsExtensions.GetGatewayConnection Method

Definition

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.

Applies to