Partager via


GatewayOperationsExtensions.ListByService Méthode

Définition

Répertorie une collection de passerelles inscrites auprès de l’instance de service.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GatewayContract> ListByService (this Microsoft.Azure.Management.ApiManagement.IGatewayOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.GatewayContract> odataQuery = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IGatewayOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.GatewayContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GatewayContract>
<Extension()>
Public Function ListByService (operations As IGatewayOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of GatewayContract) = Nothing) As IPage(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.

odataQuery
ODataQuery<GatewayContract>

Paramètres OData à appliquer à l’opération.

Retours

S’applique à