Compartir a través de


CacheOperationsExtensions.ListByService Método

Definición

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.CacheContract> ListByService (this Microsoft.Azure.Management.ApiManagement.ICacheOperations operations, string resourceGroupName, string serviceName, int? top = default, int? skip = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.ICacheOperations * string * string * Nullable<int> * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.CacheContract>
<Extension()>
Public Function ListByService (operations As ICacheOperations, resourceGroupName As String, serviceName As String, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing) As 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.

Devoluciones

Se aplica a