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

IObjectAnchorsAccountsOperations 接口

定义

ObjectAnchorsAccountsOperations 操作。

public interface IObjectAnchorsAccountsOperations
type IObjectAnchorsAccountsOperations = interface
Public Interface IObjectAnchorsAccountsOperations

方法

CreateWithHttpMessagesAsync(String, String, ObjectAnchorsAccount, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除对象定位点帐户。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

检索对象定位点帐户。

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

按资源组列出资源

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

按资源组列出资源

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

ListKeysWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

RegenerateKeysWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

重新生成对象的指定键定位帐户

UpdateWithHttpMessagesAsync(String, String, ObjectAnchorsAccount, Dictionary<String,List<String>>, CancellationToken)

更新对象定位点帐户

扩展方法

Create(IObjectAnchorsAccountsOperations, String, String, ObjectAnchorsAccount)

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

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

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

Delete(IObjectAnchorsAccountsOperations, String, String)

删除对象定位点帐户。

DeleteAsync(IObjectAnchorsAccountsOperations, String, String, CancellationToken)

删除对象定位点帐户。

Get(IObjectAnchorsAccountsOperations, String, String)

检索对象定位点帐户。

GetAsync(IObjectAnchorsAccountsOperations, String, String, CancellationToken)

检索对象定位点帐户。

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)

更新对象定位点帐户

适用于