Freigeben über


GatewayHostnameConfigurationOperationsExtensions.ListByService Methode

Definition

Listet die Sammlung mit den Hostnamenkonfigurationen für das angegebene Gateway auf.

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)

Parameter

operations
IGatewayHostnameConfigurationOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

gatewayId
String

Gatewayentitätsbezeichner. Muss im aktuellen API Management-Dienst instance eindeutig sein. Darf nicht über den Wert "managed" verfügen.

odataQuery
ODataQuery<GatewayHostnameConfigurationContract>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

Gibt zurück

Gilt für: