Freigeben über


SpatialAnchorsAccountsOperationsExtensions.CreateAsync Methode

Definition

Erstellen oder Aktualisieren eines Spatial Anchors-Kontos

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

Parameter

operations
ISpatialAnchorsAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

accountName
String

Name eines Mixed Reality-Kontos.

spatialAnchorsAccount
SpatialAnchorsAccount

Spatial Anchors Account-Parameter.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: