你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDeletedAccountsOperations 接口

定义

DeletedAccountsOperations 操作。

public interface IDeletedAccountsOperations
type IDeletedAccountsOperations = interface
Public Interface IDeletedAccountsOperations

方法

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

从资源组中删除认知服务帐户。

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

返回由参数指定的认知服务帐户。

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

返回属于订阅的特定类型的所有资源。

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

返回属于订阅的特定类型的所有资源。

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

从资源组中删除认知服务帐户。

扩展方法

BeginPurge(IDeletedAccountsOperations, String, String, String)

从资源组中删除认知服务帐户。

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

从资源组中删除认知服务帐户。

Get(IDeletedAccountsOperations, String, String, String)

返回由参数指定的认知服务帐户。

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

返回由参数指定的认知服务帐户。

List(IDeletedAccountsOperations)

返回属于订阅的特定类型的所有资源。

ListAsync(IDeletedAccountsOperations, CancellationToken)

返回属于订阅的特定类型的所有资源。

ListNext(IDeletedAccountsOperations, String)

返回属于订阅的特定类型的所有资源。

ListNextAsync(IDeletedAccountsOperations, String, CancellationToken)

返回属于订阅的特定类型的所有资源。

Purge(IDeletedAccountsOperations, String, String, String)

从资源组中删除认知服务帐户。

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

从资源组中删除认知服务帐户。

适用于