Compartir a través de


CacheOperationsExtensions.ListByServiceAsync Método

Definición

Enumera una colección de todas las memorias caché externas de la instancia de servicio especificada

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.CacheContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.ICacheOperations operations, string resourceGroupName, string serviceName, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.ICacheOperations * string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.CacheContract>>
<Extension()>
Public Function ListByServiceAsync (operations As ICacheOperations, resourceGroupName As String, serviceName As String, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CacheContract))

Parámetros

operations
ICacheOperations

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.

top
Nullable<Int32>

Número de registros que se va a devolver.

skip
Nullable<Int32>

Número de registros que se van a omitir.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a