SpatialAnchorsAccountsOperationsExtensions.ListBySubscriptionAsync 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.
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.