SpatialAnchorsAccountsOperationsExtensions.GetAsync Method

Definition

Retrieve a Spatial Anchors Account.

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

Parameters

operations
ISpatialAnchorsAccountsOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure resource group.

accountName
String

Name of an Mixed Reality Account.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to