次の方法で共有


GatewayOperationsExtensions.GetVirtualNetworkGatewayAsync メソッド

定義

Get Virtual Network Gateway 操作は、仮想ネットワーク ゲートウェイに関する情報を取得します

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse> GetVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);
static member GetVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse>
<Extension()>
Public Function GetVirtualNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String) As Task(Of VirtualNetworkGatewayGetResponse)

パラメーター

operations
IGatewayOperations

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

gatewayId
String

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

戻り値

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

適用対象