Share via


IAccountsOperations Interface

Definition

AccountsOperations operations.

public interface IAccountsOperations
type IAccountsOperations = interface
Public Interface IAccountsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, Account, Dictionary<String,List<String>>, CancellationToken)

Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the keys for developer to access intelligent APIs. It's also the resource type for billing.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Cognitive Services account from the resource group.

BeginUpdateWithHttpMessagesAsync(String, String, Account, Dictionary<String,List<String>>, CancellationToken)

Updates a Cognitive Services account

CreateWithHttpMessagesAsync(String, String, Account, Dictionary<String,List<String>>, CancellationToken)

Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the keys for developer to access intelligent APIs. It's also the resource type for billing.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Cognitive Services account from the resource group.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Returns a Cognitive Services account specified by the parameters.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Returns all the resources of a particular type belonging to a resource group

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Returns all the resources of a particular type belonging to a resource group

ListKeysWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the account keys for the specified Cognitive Services account.

ListModelsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List available Models for the requested Cognitive Services account

ListModelsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List available Models for the requested Cognitive Services account

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Returns all the resources of a particular type belonging to a subscription.

ListSkusWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List available SKUs for the requested Cognitive Services account

ListUsagesWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get usages for the requested Cognitive Services account

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Returns all the resources of a particular type belonging to a subscription.

RegenerateKeyWithHttpMessagesAsync(String, String, KeyName, Dictionary<String,List<String>>, CancellationToken)

Regenerates the specified account key for the specified Cognitive Services account.

UpdateWithHttpMessagesAsync(String, String, Account, Dictionary<String,List<String>>, CancellationToken)

Updates a Cognitive Services account

Extension Methods

BeginCreate(IAccountsOperations, String, String, Account)

Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the keys for developer to access intelligent APIs. It's also the resource type for billing.

BeginCreateAsync(IAccountsOperations, String, String, Account, CancellationToken)

Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the keys for developer to access intelligent APIs. It's also the resource type for billing.

BeginDelete(IAccountsOperations, String, String)

Deletes a Cognitive Services account from the resource group.

BeginDeleteAsync(IAccountsOperations, String, String, CancellationToken)

Deletes a Cognitive Services account from the resource group.

BeginUpdate(IAccountsOperations, String, String, Account)

Updates a Cognitive Services account

BeginUpdateAsync(IAccountsOperations, String, String, Account, CancellationToken)

Updates a Cognitive Services account

Create(IAccountsOperations, String, String, Account)

Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the keys for developer to access intelligent APIs. It's also the resource type for billing.

CreateAsync(IAccountsOperations, String, String, Account, CancellationToken)

Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the keys for developer to access intelligent APIs. It's also the resource type for billing.

Delete(IAccountsOperations, String, String)

Deletes a Cognitive Services account from the resource group.

DeleteAsync(IAccountsOperations, String, String, CancellationToken)

Deletes a Cognitive Services account from the resource group.

Get(IAccountsOperations, String, String)

Returns a Cognitive Services account specified by the parameters.

GetAsync(IAccountsOperations, String, String, CancellationToken)

Returns a Cognitive Services account specified by the parameters.

List(IAccountsOperations)

Returns all the resources of a particular type belonging to a subscription.

ListAsync(IAccountsOperations, CancellationToken)

Returns all the resources of a particular type belonging to a subscription.

ListByResourceGroup(IAccountsOperations, String)

Returns all the resources of a particular type belonging to a resource group

ListByResourceGroupAsync(IAccountsOperations, String, CancellationToken)

Returns all the resources of a particular type belonging to a resource group

ListByResourceGroupNext(IAccountsOperations, String)

Returns all the resources of a particular type belonging to a resource group

ListByResourceGroupNextAsync(IAccountsOperations, String, CancellationToken)

Returns all the resources of a particular type belonging to a resource group

ListKeys(IAccountsOperations, String, String)

Lists the account keys for the specified Cognitive Services account.

ListKeysAsync(IAccountsOperations, String, String, CancellationToken)

Lists the account keys for the specified Cognitive Services account.

ListModels(IAccountsOperations, String, String)

List available Models for the requested Cognitive Services account

ListModelsAsync(IAccountsOperations, String, String, CancellationToken)

List available Models for the requested Cognitive Services account

ListModelsNext(IAccountsOperations, String)

List available Models for the requested Cognitive Services account

ListModelsNextAsync(IAccountsOperations, String, CancellationToken)

List available Models for the requested Cognitive Services account

ListNext(IAccountsOperations, String)

Returns all the resources of a particular type belonging to a subscription.

ListNextAsync(IAccountsOperations, String, CancellationToken)

Returns all the resources of a particular type belonging to a subscription.

ListSkus(IAccountsOperations, String, String)

List available SKUs for the requested Cognitive Services account

ListSkusAsync(IAccountsOperations, String, String, CancellationToken)

List available SKUs for the requested Cognitive Services account

ListUsages(IAccountsOperations, String, String, String)

Get usages for the requested Cognitive Services account

ListUsagesAsync(IAccountsOperations, String, String, String, CancellationToken)

Get usages for the requested Cognitive Services account

RegenerateKey(IAccountsOperations, String, String, KeyName)

Regenerates the specified account key for the specified Cognitive Services account.

RegenerateKeyAsync(IAccountsOperations, String, String, KeyName, CancellationToken)

Regenerates the specified account key for the specified Cognitive Services account.

Update(IAccountsOperations, String, String, Account)

Updates a Cognitive Services account

UpdateAsync(IAccountsOperations, String, String, Account, CancellationToken)

Updates a Cognitive Services account

Applies to