IAccountsOperations Interface

Definition

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