MockableMixedRealityResourceGroupResource.GetSpatialAnchorsAccountAsync Method

Definition

Retrieve a Spatial Anchors Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Operation Id: SpatialAnchorsAccounts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MixedReality.SpatialAnchorsAccountResource>> GetSpatialAnchorsAccountAsync (string accountName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSpatialAnchorsAccountAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MixedReality.SpatialAnchorsAccountResource>>
override this.GetSpatialAnchorsAccountAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MixedReality.SpatialAnchorsAccountResource>>
Public Overridable Function GetSpatialAnchorsAccountAsync (accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SpatialAnchorsAccountResource))

Parameters

accountName
String

Name of an Mixed Reality Account.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

accountName is null.

accountName is an empty string, and was expected to be non-empty.

Applies to