Partager via


GatewayOperationsExtensions.GetAsync Méthode

Définition

Obtient les détails de la passerelle spécifiée par son identificateur.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GatewayContract> GetAsync (this Microsoft.Azure.Management.ApiManagement.IGatewayOperations operations, string resourceGroupName, string serviceName, string gatewayId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApiManagement.IGatewayOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GatewayContract>
<Extension()>
Public Function GetAsync (operations As IGatewayOperations, resourceGroupName As String, serviceName As String, gatewayId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GatewayContract)

Paramètres

operations
IGatewayOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

gatewayId
String

Identificateur d’entité de passerelle. Doit être unique dans le instance de service Gestion des API actuel. Ne doit pas avoir la valeur 'managed'

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à