Freigeben über


GlobalSchemaOperationsExtensions.ListByService Methode

Definition

Listet eine Auflistung von Schemas auf, die beim Dienst instance registriert sind.

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

Parameter

operations
IGlobalSchemaOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

odataQuery
ODataQuery<GlobalSchemaContract>

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

Gibt zurück

Gilt für: