你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ObjectAnchorsAccountsOperationsExtensions.CreateAsync 方法

定义

创建或更新对象定位帐户。

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

参数

operations
IObjectAnchorsAccountsOperations

此扩展方法的操作组。

resourceGroupName
String

Azure 资源组的名称。

accountName
String

混合现实帐户的名称。

objectAnchorsAccount
ObjectAnchorsAccount

Object Anchors Account 参数。

cancellationToken
CancellationToken

取消标记。

返回

适用于