Share via


VaultsOperationsExtensions.ListDeletedNext(IVaultsOperations, String) Method

Definition

Gets information about the deleted vaults in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.DeletedVault> ListDeletedNext (this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, string nextPageLink);
static member ListDeletedNext : Microsoft.Azure.Management.KeyVault.IVaultsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.DeletedVault>
<Extension()>
Public Function ListDeletedNext (operations As IVaultsOperations, nextPageLink As String) As IPage(Of DeletedVault)

Parameters

operations
IVaultsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to