Partager via


GatewayHostnameConfigurationOperationsExtensions.ListByService Méthode

Définition

Répertorie la collection de configurations de nom d’hôte pour la passerelle spécifiée.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GatewayHostnameConfigurationContract> ListByService (this Microsoft.Azure.Management.ApiManagement.IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.GatewayHostnameConfigurationContract> odataQuery = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IGatewayHostnameConfigurationOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.GatewayHostnameConfigurationContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GatewayHostnameConfigurationContract>
<Extension()>
Public Function ListByService (operations As IGatewayHostnameConfigurationOperations, resourceGroupName As String, serviceName As String, gatewayId As String, Optional odataQuery As ODataQuery(Of GatewayHostnameConfigurationContract) = Nothing) As IPage(Of GatewayHostnameConfigurationContract)

Paramètres

operations
IGatewayHostnameConfigurationOperations

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'

odataQuery
ODataQuery<GatewayHostnameConfigurationContract>

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

Retours

S’applique à