共用方式為


AccountsOperationsExtensions Class

Definition

Extension methods for AccountsOperations.

public static class AccountsOperationsExtensions
type AccountsOperationsExtensions = class
Public Module AccountsOperationsExtensions
Inheritance
AccountsOperationsExtensions

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