共用方式為


IDeletedAccountsOperations Interface

Definition

DeletedAccountsOperations operations.

public interface IDeletedAccountsOperations
type IDeletedAccountsOperations = interface
Public Interface IDeletedAccountsOperations

Methods

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

Deletes a Cognitive Services account from the resource group.

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

Returns a Cognitive Services account specified by the parameters.

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

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

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

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

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

Deletes a Cognitive Services account from the resource group.

Extension 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