AccountsOperationsExtensions.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.