共用方式為


AccountsOperationsExtensions.BeginUpdateAsync Method

Definition

Updates a Cognitive Services account

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CognitiveServices.Models.Account> BeginUpdateAsync (this Microsoft.Azure.Management.CognitiveServices.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.CognitiveServices.Models.Account account, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.CognitiveServices.IAccountsOperations * string * string * Microsoft.Azure.Management.CognitiveServices.Models.Account * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CognitiveServices.Models.Account>
<Extension()>
Public Function BeginUpdateAsync (operations As IAccountsOperations, resourceGroupName As String, accountName As String, account As Account, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Account)

Parameters

operations
IAccountsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The name of Cognitive Services account.

account
Account

The parameters to provide for the created account.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to