Partager via


DeletedServicesOperationsExtensions.ListBySubscriptionNext Méthode

Définition

Répertorie tous les services supprimés de manière réversible et disponibles pour l’annulation de la suppression pour l’abonnement donné.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract> ListBySubscriptionNext (this Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract>
<Extension()>
Public Function ListBySubscriptionNext (operations As IDeletedServicesOperations, nextPageLink As String) As IPage(Of DeletedServiceContract)

Paramètres

operations
IDeletedServicesOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à