다음을 통해 공유


ISpatialAnchorsAccountsOperations Interface

Definition

SpatialAnchorsAccountsOperations operations.

public interface ISpatialAnchorsAccountsOperations
type ISpatialAnchorsAccountsOperations = interface
Public Interface ISpatialAnchorsAccountsOperations

Methods

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

Creating or Updating a Spatial Anchors Account.

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

Delete a Spatial Anchors Account.

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

Retrieve a Spatial Anchors Account.

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

List Resources by Resource Group

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

List Resources by Resource Group

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

List Spatial Anchors Accounts by Subscription

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

List Spatial Anchors Accounts by Subscription

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

List Both of the 2 Keys of a Spatial Anchors Account

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

Regenerate specified Key of a Spatial Anchors Account

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

Updating a Spatial Anchors Account

Extension Methods

Create(ISpatialAnchorsAccountsOperations, String, String, SpatialAnchorsAccount)

Creating or Updating a Spatial Anchors Account.

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

Creating or Updating a Spatial Anchors Account.

Delete(ISpatialAnchorsAccountsOperations, String, String)

Delete a Spatial Anchors Account.

DeleteAsync(ISpatialAnchorsAccountsOperations, String, String, CancellationToken)

Delete a Spatial Anchors Account.

Get(ISpatialAnchorsAccountsOperations, String, String)

Retrieve a Spatial Anchors Account.

GetAsync(ISpatialAnchorsAccountsOperations, String, String, CancellationToken)

Retrieve a Spatial Anchors Account.

ListByResourceGroup(ISpatialAnchorsAccountsOperations, String)

List Resources by Resource Group

ListByResourceGroupAsync(ISpatialAnchorsAccountsOperations, String, CancellationToken)

List Resources by Resource Group

ListByResourceGroupNext(ISpatialAnchorsAccountsOperations, String)

List Resources by Resource Group

ListByResourceGroupNextAsync(ISpatialAnchorsAccountsOperations, String, CancellationToken)

List Resources by Resource Group

ListBySubscription(ISpatialAnchorsAccountsOperations)

List Spatial Anchors Accounts by Subscription

ListBySubscriptionAsync(ISpatialAnchorsAccountsOperations, CancellationToken)

List Spatial Anchors Accounts by Subscription

ListBySubscriptionNext(ISpatialAnchorsAccountsOperations, String)

List Spatial Anchors Accounts by Subscription

ListBySubscriptionNextAsync(ISpatialAnchorsAccountsOperations, String, CancellationToken)

List Spatial Anchors Accounts by Subscription

ListKeys(ISpatialAnchorsAccountsOperations, String, String)

List Both of the 2 Keys of a Spatial Anchors Account

ListKeysAsync(ISpatialAnchorsAccountsOperations, String, String, CancellationToken)

List Both of the 2 Keys of a Spatial Anchors Account

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

Regenerate specified Key of a Spatial Anchors Account

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

Regenerate specified Key of a Spatial Anchors Account

Update(ISpatialAnchorsAccountsOperations, String, String, SpatialAnchorsAccount)

Updating a Spatial Anchors Account

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

Updating a Spatial Anchors Account

Applies to