MoveResourcesOperationsExtensions.ListNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the Move Resources in the move collection.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResource> ListNext (this Microsoft.Azure.Management.Migrate.ResourceMover.IMoveResourcesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Migrate.ResourceMover.IMoveResourcesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResource>
<Extension()>
Public Function ListNext (operations As IMoveResourcesOperations, nextPageLink As String) As IPage(Of MoveResource)
Parameters
- operations
- IMoveResourcesOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.