Sdílet prostřednictvím


ObjectAnchorsAccountsOperationsExtensions.ListBySubscriptionNext Method

Definition

List Object Anchors Accounts by Subscription

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount> ListBySubscriptionNext (this Microsoft.Azure.Management.MixedReality.IObjectAnchorsAccountsOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.MixedReality.IObjectAnchorsAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount>
<Extension()>
Public Function ListBySubscriptionNext (operations As IObjectAnchorsAccountsOperations, nextPageLink As String) As IPage(Of ObjectAnchorsAccount)

Parameters

operations
IObjectAnchorsAccountsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to