Sdílet prostřednictvím


ObjectAnchorsAccountsOperationsExtensions Class

Definition

Extension methods for ObjectAnchorsAccountsOperations.

public static class ObjectAnchorsAccountsOperationsExtensions
type ObjectAnchorsAccountsOperationsExtensions = class
Public Module ObjectAnchorsAccountsOperationsExtensions
Inheritance
ObjectAnchorsAccountsOperationsExtensions

Methods

Create(IObjectAnchorsAccountsOperations, String, String, ObjectAnchorsAccount)

Creating or Updating an object anchors Account.

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

Creating or Updating an object anchors Account.

Delete(IObjectAnchorsAccountsOperations, String, String)

Delete an Object Anchors Account.

DeleteAsync(IObjectAnchorsAccountsOperations, String, String, CancellationToken)

Delete an Object Anchors Account.

Get(IObjectAnchorsAccountsOperations, String, String)

Retrieve an Object Anchors Account.

GetAsync(IObjectAnchorsAccountsOperations, String, String, CancellationToken)

Retrieve an Object Anchors Account.

ListByResourceGroup(IObjectAnchorsAccountsOperations, String)

List Resources by Resource Group

ListByResourceGroupAsync(IObjectAnchorsAccountsOperations, String, CancellationToken)

List Resources by Resource Group

ListByResourceGroupNext(IObjectAnchorsAccountsOperations, String)

List Resources by Resource Group

ListByResourceGroupNextAsync(IObjectAnchorsAccountsOperations, String, CancellationToken)

List Resources by Resource Group

ListBySubscription(IObjectAnchorsAccountsOperations)

List Object Anchors Accounts by Subscription

ListBySubscriptionAsync(IObjectAnchorsAccountsOperations, CancellationToken)

List Object Anchors Accounts by Subscription

ListBySubscriptionNext(IObjectAnchorsAccountsOperations, String)

List Object Anchors Accounts by Subscription

ListBySubscriptionNextAsync(IObjectAnchorsAccountsOperations, String, CancellationToken)

List Object Anchors Accounts by Subscription

ListKeys(IObjectAnchorsAccountsOperations, String, String)

List Both of the 2 Keys of an object anchors Account

ListKeysAsync(IObjectAnchorsAccountsOperations, String, String, CancellationToken)

List Both of the 2 Keys of an object anchors Account

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

Regenerate specified Key of an object anchors Account

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

Regenerate specified Key of an object anchors Account

Update(IObjectAnchorsAccountsOperations, String, String, ObjectAnchorsAccount)

Updating an Object Anchors Account

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

Updating an Object Anchors Account

Applies to