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

ISpatialAnchorsAccountsOperations 接口

定义

SpatialAnchorsAccountsOperations 操作。

public interface ISpatialAnchorsAccountsOperations
type ISpatialAnchorsAccountsOperations = interface
Public Interface ISpatialAnchorsAccountsOperations

方法

CreateWithHttpMessagesAsync(String, String, SpatialAnchorsAccount, 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, SpatialAnchorsAccount, Dictionary<String,List<String>>, CancellationToken)

更新空间定位点帐户

扩展方法

Create(ISpatialAnchorsAccountsOperations, String, String, SpatialAnchorsAccount)

创建或更新空间定位点帐户。

CreateAsync(ISpatialAnchorsAccountsOperations, String, String, SpatialAnchorsAccount, CancellationToken)

创建或更新空间定位点帐户。

Delete(ISpatialAnchorsAccountsOperations, String, String)

删除空间定位点帐户。

DeleteAsync(ISpatialAnchorsAccountsOperations, String, String, CancellationToken)

删除空间定位点帐户。

Get(ISpatialAnchorsAccountsOperations, String, String)

检索空间定位点帐户。

GetAsync(ISpatialAnchorsAccountsOperations, String, String, CancellationToken)

检索空间定位点帐户。

ListByResourceGroup(ISpatialAnchorsAccountsOperations, String)

按资源组列出资源

ListByResourceGroupAsync(ISpatialAnchorsAccountsOperations, String, CancellationToken)

按资源组列出资源

ListByResourceGroupNext(ISpatialAnchorsAccountsOperations, String)

按资源组列出资源

ListByResourceGroupNextAsync(ISpatialAnchorsAccountsOperations, String, CancellationToken)

按资源组列出资源

ListBySubscription(ISpatialAnchorsAccountsOperations)

按订阅列出空间定位点帐户

ListBySubscriptionAsync(ISpatialAnchorsAccountsOperations, CancellationToken)

按订阅列出空间定位点帐户

ListBySubscriptionNext(ISpatialAnchorsAccountsOperations, String)

按订阅列出空间定位点帐户

ListBySubscriptionNextAsync(ISpatialAnchorsAccountsOperations, String, CancellationToken)

按订阅列出空间定位点帐户

ListKeys(ISpatialAnchorsAccountsOperations, String, String)

列出空间定位点帐户的 2 个键

ListKeysAsync(ISpatialAnchorsAccountsOperations, String, String, CancellationToken)

列出空间定位点帐户的 2 个键

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

重新生成空间定位点帐户的指定密钥

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

重新生成空间定位点帐户的指定密钥

Update(ISpatialAnchorsAccountsOperations, String, String, SpatialAnchorsAccount)

更新空间定位点帐户

UpdateAsync(ISpatialAnchorsAccountsOperations, String, String, SpatialAnchorsAccount, CancellationToken)

更新空间定位点帐户

适用于