IAccountsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Operations related to RemoteApp account.
public interface IAccountsOperations
type IAccountsOperations = interface
Public Interface IAccountsOperations
Methods
ActivateBillingAsync(CancellationToken) |
Updates the customer account for billing. |
GetAsync(CancellationToken) |
Gets the details of the account. |
GetEnabledFeaturesAsync(CancellationToken) |
Gets additional features enabled for the account. |
ListBillingPlansAsync(CancellationToken) |
Gets the list of available billing plans for the customer. |
SetAsync(AccountDetailsParameter, CancellationToken) |
Sets the new details of the account. |
Extension Methods
ActivateBilling(IAccountsOperations) |
Updates the customer account for billing. |
ActivateBillingAsync(IAccountsOperations) |
Updates the customer account for billing. |
Get(IAccountsOperations) |
Gets the details of the account. |
GetAsync(IAccountsOperations) |
Gets the details of the account. |
GetEnabledFeatures(IAccountsOperations) |
Gets additional features enabled for the account. |
GetEnabledFeaturesAsync(IAccountsOperations) |
Gets additional features enabled for the account. |
ListBillingPlans(IAccountsOperations) |
Gets the list of available billing plans for the customer. |
ListBillingPlansAsync(IAccountsOperations) |
Gets the list of available billing plans for the customer. |
Set(IAccountsOperations, AccountDetailsParameter) |
Sets the new details of the account. |
SetAsync(IAccountsOperations, AccountDetailsParameter) |
Sets the new details of the account. |
Applies to
Azure SDK for .NET