다음을 통해 공유


SpatialAnchorsAccountsOperationsExtensions.ListByResourceGroupNextAsync Method

Definition

List Resources by Resource Group

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.SpatialAnchorsAccount>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.MixedReality.ISpatialAnchorsAccountsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.MixedReality.ISpatialAnchorsAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.SpatialAnchorsAccount>>
<Extension()>
Public Function ListByResourceGroupNextAsync (operations As ISpatialAnchorsAccountsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SpatialAnchorsAccount))

Parameters

operations
ISpatialAnchorsAccountsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to