Share via


MockableMixedRealitySubscriptionResource.GetSpatialAnchorsAccountsAsync Method

Definition

List Spatial Anchors Accounts by Subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
  • Operation Id: SpatialAnchorsAccounts_ListBySubscription
  • Default Api Version: 2021-01-01
  • Resource: SpatialAnchorsAccountResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.MixedReality.SpatialAnchorsAccountResource> GetSpatialAnchorsAccountsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetSpatialAnchorsAccountsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MixedReality.SpatialAnchorsAccountResource>
override this.GetSpatialAnchorsAccountsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MixedReality.SpatialAnchorsAccountResource>
Public Overridable Function GetSpatialAnchorsAccountsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SpatialAnchorsAccountResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SpatialAnchorsAccountResource that may take multiple service requests to iterate over.

Applies to