SpatialAnchorsAccountsOperationsExtensions.UpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisieren eines Spatial Anchors-Kontos
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.MixedReality.Models.SpatialAnchorsAccount> UpdateAsync (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 UpdateAsync : 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 UpdateAsync (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:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET