Compartilhar via


GatewayOperationsExtensions.GetVirtualNetworkGatewayAsync Método

Definição

A operação Obter gateway de Rede Virtual obtém informações sobre o gateway de rede virtual

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)

Parâmetros

operations
IGatewayOperations

Referência ao Microsoft.WindowsAzure.Management.Network.IGatewayOperations.

gatewayId
String

Obrigatórios. A ID do gateway de rede virtual.

Retornos

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a