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

ObjectAnchorsAccountsOperationsExtensions 类

定义

ObjectAnchorsAccountsOperations 的扩展方法。

public static class ObjectAnchorsAccountsOperationsExtensions
type ObjectAnchorsAccountsOperationsExtensions = class
Public Module ObjectAnchorsAccountsOperationsExtensions
继承
ObjectAnchorsAccountsOperationsExtensions

方法

Create(IObjectAnchorsAccountsOperations, String, String, ObjectAnchorsAccount)

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

CreateAsync(IObjectAnchorsAccountsOperations, String, String, ObjectAnchorsAccount, CancellationToken)

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

Delete(IObjectAnchorsAccountsOperations, String, String)

删除 Object Anchors 帐户。

DeleteAsync(IObjectAnchorsAccountsOperations, String, String, CancellationToken)

删除 Object Anchors 帐户。

Get(IObjectAnchorsAccountsOperations, String, String)

检索 Object Anchors 帐户。

GetAsync(IObjectAnchorsAccountsOperations, String, String, CancellationToken)

检索 Object Anchors 帐户。

ListByResourceGroup(IObjectAnchorsAccountsOperations, String)

按资源组列出资源

ListByResourceGroupAsync(IObjectAnchorsAccountsOperations, String, CancellationToken)

按资源组列出资源

ListByResourceGroupNext(IObjectAnchorsAccountsOperations, String)

按资源组列出资源

ListByResourceGroupNextAsync(IObjectAnchorsAccountsOperations, String, CancellationToken)

按资源组列出资源

ListBySubscription(IObjectAnchorsAccountsOperations)

按订阅列出对象定位点帐户

ListBySubscriptionAsync(IObjectAnchorsAccountsOperations, CancellationToken)

按订阅列出对象定位点帐户

ListBySubscriptionNext(IObjectAnchorsAccountsOperations, String)

按订阅列出对象定位点帐户

ListBySubscriptionNextAsync(IObjectAnchorsAccountsOperations, String, CancellationToken)

按订阅列出对象定位点帐户

ListKeys(IObjectAnchorsAccountsOperations, String, String)

列出对象定位点帐户的 2 个键

ListKeysAsync(IObjectAnchorsAccountsOperations, String, String, CancellationToken)

列出对象定位点帐户的 2 个键

RegenerateKeys(IObjectAnchorsAccountsOperations, String, String, Nullable<Int32>)

重新生成对象的指定密钥定位点帐户

RegenerateKeysAsync(IObjectAnchorsAccountsOperations, String, String, Nullable<Int32>, CancellationToken)

重新生成对象的指定密钥定位点帐户

Update(IObjectAnchorsAccountsOperations, String, String, ObjectAnchorsAccount)

更新对象定位点帐户

UpdateAsync(IObjectAnchorsAccountsOperations, String, String, ObjectAnchorsAccount, CancellationToken)

更新对象定位点帐户

适用于