Compartir a través de


BackendOperationsExtensions.ListByServiceAsync Método

Definición

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

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

Parámetros

operations
IBackendOperations

Grupo de operaciones para 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 aplicarán a la operación.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a