Compartir a través de


BackendOperationsExtensions.ListByService Método

Definición

Enumera una colección de servidores back-end de la instancia de servicio especificada

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

Parámetros

operations
IBackendOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

odataQuery
ODataQuery<BackendContract>

Parámetros de OData que se van a aplicar a la operación.

Devoluciones

Se aplica a