Compartilhar via


IGatewayOperations.GetVirtualNetworkGatewayAsync Método

Definição

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse> GetVirtualNetworkGatewayAsync (string gatewayId, System.Threading.CancellationToken cancellationToken);
abstract member GetVirtualNetworkGatewayAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse>
Public Function GetVirtualNetworkGatewayAsync (gatewayId As String, cancellationToken As CancellationToken) As Task(Of VirtualNetworkGatewayGetResponse)

Parâmetros

gatewayId
String

A ID do gateway de rede virtual.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

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

Aplica-se a