Sdílet prostřednictvím


AccountsOperationsExtensions.Update Method

Definition

Updates a Cognitive Services account

public static Microsoft.Azure.Management.CognitiveServices.Models.Account Update (this Microsoft.Azure.Management.CognitiveServices.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.CognitiveServices.Models.Account account);
static member Update : Microsoft.Azure.Management.CognitiveServices.IAccountsOperations * string * string * Microsoft.Azure.Management.CognitiveServices.Models.Account -> Microsoft.Azure.Management.CognitiveServices.Models.Account
<Extension()>
Public Function Update (operations As IAccountsOperations, resourceGroupName As String, accountName As String, account As Account) As 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.

Returns

Applies to