次の方法で共有


IAccountsOperations インターフェイス

定義

RemoteApp アカウントに関連する操作。

public interface IAccountsOperations
type IAccountsOperations = interface
Public Interface IAccountsOperations

メソッド

ActivateBillingAsync(CancellationToken)

請求のために顧客アカウントを更新します。

GetAsync(CancellationToken)

アカウントの詳細を取得します。

GetEnabledFeaturesAsync(CancellationToken)

アカウントに対して有効になっている追加機能を取得します。

ListBillingPlansAsync(CancellationToken)

顧客の利用可能な課金プランの一覧を取得します。

SetAsync(AccountDetailsParameter, CancellationToken)

アカウントの新しい詳細を設定します。

拡張メソッド

ActivateBilling(IAccountsOperations)

請求のために顧客アカウントを更新します。

ActivateBillingAsync(IAccountsOperations)

請求のために顧客アカウントを更新します。

Get(IAccountsOperations)

アカウントの詳細を取得します。

GetAsync(IAccountsOperations)

アカウントの詳細を取得します。

GetEnabledFeatures(IAccountsOperations)

アカウントに対して有効になっている追加機能を取得します。

GetEnabledFeaturesAsync(IAccountsOperations)

アカウントに対して有効になっている追加機能を取得します。

ListBillingPlans(IAccountsOperations)

顧客の利用可能な課金プランの一覧を取得します。

ListBillingPlansAsync(IAccountsOperations)

顧客の利用可能な課金プランの一覧を取得します。

Set(IAccountsOperations, AccountDetailsParameter)

アカウントの新しい詳細を設定します。

SetAsync(IAccountsOperations, AccountDetailsParameter)

アカウントの新しい詳細を設定します。

適用対象