次の方法で共有


IAccountsOperations.SetAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> SetAsync (Microsoft.WindowsAzure.Management.RemoteApp.Models.AccountDetailsParameter accountInfo, System.Threading.CancellationToken cancellationToken);
abstract member SetAsync : Microsoft.WindowsAzure.Management.RemoteApp.Models.AccountDetailsParameter * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId>
Public Function SetAsync (accountInfo As AccountDetailsParameter, cancellationToken As CancellationToken) As Task(Of OperationResultWithTrackingId)

パラメーター

accountInfo
AccountDetailsParameter

アカウントの新しい詳細。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

操作追跡 ID を含む応答。

適用対象