共用方式為


IAccountsOperations Interface

Definition

AccountsOperations operations.

public interface IAccountsOperations
type IAccountsOperations = interface
Public Interface IAccountsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, Account, Dictionary<String,List<String>>, CancellationToken)

Creates or updates Account.

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

Deletes account.

BeginUpdateWithHttpMessagesAsync(String, String, AccountUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates account's patchable properties

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

Creates or updates Account.

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

Deletes account.

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

Returns account details for the given account name.

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

Returns list of Accounts.

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

Returns list of Accounts.

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

Returns list of Accounts.

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

Returns list of Accounts.

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

Updates account's patchable properties

Extension Methods

BeginCreate(IAccountsOperations, String, String, Account)

Creates or updates Account.

BeginCreateAsync(IAccountsOperations, String, String, Account, CancellationToken)

Creates or updates Account.

BeginDelete(IAccountsOperations, String, String)

Deletes account.

BeginDeleteAsync(IAccountsOperations, String, String, CancellationToken)

Deletes account.

BeginUpdate(IAccountsOperations, String, String, AccountUpdate)

Updates account's patchable properties

BeginUpdateAsync(IAccountsOperations, String, String, AccountUpdate, CancellationToken)

Updates account's patchable properties

Create(IAccountsOperations, String, String, Account)

Creates or updates Account.

CreateAsync(IAccountsOperations, String, String, Account, CancellationToken)

Creates or updates Account.

Delete(IAccountsOperations, String, String)

Deletes account.

DeleteAsync(IAccountsOperations, String, String, CancellationToken)

Deletes account.

Get(IAccountsOperations, String, String)

Returns account details for the given account name.

GetAsync(IAccountsOperations, String, String, CancellationToken)

Returns account details for the given account name.

ListByResourceGroup(IAccountsOperations, String)

Returns list of Accounts.

ListByResourceGroupAsync(IAccountsOperations, String, CancellationToken)

Returns list of Accounts.

ListByResourceGroupNext(IAccountsOperations, String)

Returns list of Accounts.

ListByResourceGroupNextAsync(IAccountsOperations, String, CancellationToken)

Returns list of Accounts.

ListBySubscription(IAccountsOperations)

Returns list of Accounts.

ListBySubscriptionAsync(IAccountsOperations, CancellationToken)

Returns list of Accounts.

ListBySubscriptionNext(IAccountsOperations, String)

Returns list of Accounts.

ListBySubscriptionNextAsync(IAccountsOperations, String, CancellationToken)

Returns list of Accounts.

Update(IAccountsOperations, String, String, AccountUpdate)

Updates account's patchable properties

UpdateAsync(IAccountsOperations, String, String, AccountUpdate, CancellationToken)

Updates account's patchable properties

Applies to