Partager via


CacheOperationsExtensions.ListByService Méthode

Définition

Répertorie une collection de tous les caches externes de l’instance de service spécifiée.

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)

Paramètres

operations
ICacheOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

top
Nullable<Int32>

Nombre d’enregistrements à renvoyer.

skip
Nullable<Int32>

Nombre d'enregistrements à ignorer.

Retours

S’applique à