BackendOperationsExtensions.ListByServiceAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET