次の方法で共有


GatewayOperationsExtensions.GetGatewayConnection メソッド

定義

Get 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

パラメーター

operations
IGatewayOperations

Microsoft.WindowsAzure.Management.Network.IGatewayOperations への参照。

gatewayId
String

必須。 仮想ネットワーク ゲートウェイ ID。

connectedentityId
String

必須。 仮想ネットワーク ゲートウェイに接続されているエンティティ ID。

戻り値

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象