共用方式為


DeletedAccountsOperationsExtensions Class

Definition

Extension methods for DeletedAccountsOperations.

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

Methods

BeginPurge(IDeletedAccountsOperations, String, String, String)

Deletes a Cognitive Services account from the resource group.

BeginPurgeAsync(IDeletedAccountsOperations, String, String, String, CancellationToken)

Deletes a Cognitive Services account from the resource group.

Get(IDeletedAccountsOperations, String, String, String)

Returns a Cognitive Services account specified by the parameters.

GetAsync(IDeletedAccountsOperations, String, String, String, CancellationToken)

Returns a Cognitive Services account specified by the parameters.

List(IDeletedAccountsOperations)

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

ListAsync(IDeletedAccountsOperations, CancellationToken)

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

ListNext(IDeletedAccountsOperations, String)

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

ListNextAsync(IDeletedAccountsOperations, String, CancellationToken)

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

Purge(IDeletedAccountsOperations, String, String, String)

Deletes a Cognitive Services account from the resource group.

PurgeAsync(IDeletedAccountsOperations, String, String, String, CancellationToken)

Deletes a Cognitive Services account from the resource group.

Applies to