Compartilhar via


IAccountsOperations.SetAsync Método

Definição

Define os novos detalhes da conta.

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)

Parâmetros

accountInfo
AccountDetailsParameter

Novos detalhes da conta.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

A resposta que contém a ID de acompanhamento da operação.

Aplica-se a