Compartilhar via


CacheOperationsExtensions.ListByService Método

Definição

Lista uma coleção de todos os caches externos na instância de serviço 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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

top
Nullable<Int32>

Número de registros a serem retornados.

skip
Nullable<Int32>

Número de registros a serem ignorados.

Retornos

Aplica-se a