Share via


VaultsOperationsExtensions.ListNext(IVaultsOperations, String) Method

Definition

The List operation gets information about the vaults associated with the subscription.

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

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