SpatialAnchorsAccountsOperationsExtensions.ListBySubscriptionAsync Method

Definition

List Spatial Anchors Accounts by Subscription

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

Parameters

operations
ISpatialAnchorsAccountsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to