Partager via


IGatewayOperations.GetLocalNetworkGatewayAsync Méthode

Définition

L’opération Obtenir la passerelle de réseau local obtient des informations sur la passerelle de réseau local

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

Paramètres

gatewayId
String

ID de passerelle de réseau local.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à