Share via


DeletedServicesOperationsExtensions.ListBySubscriptionNext Method

Definition

Lists all soft-deleted services available for undelete for the given subscription.

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)

Parameters

operations
IDeletedServicesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to