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

IDeletedAccountsOperations 接口

定义

DeletedAccountsOperations 操作。

public interface IDeletedAccountsOperations
type IDeletedAccountsOperations = interface
Public Interface IDeletedAccountsOperations

方法

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

获取指定已删除帐户资源的属性。

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

列出订阅下已删除的帐户。

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

列出订阅下已删除的帐户。

扩展方法

Get(IDeletedAccountsOperations, String, String)

获取指定已删除帐户资源的属性。

GetAsync(IDeletedAccountsOperations, String, String, CancellationToken)

获取指定已删除帐户资源的属性。

List(IDeletedAccountsOperations)

列出订阅下已删除的帐户。

ListAsync(IDeletedAccountsOperations, CancellationToken)

列出订阅下已删除的帐户。

ListNext(IDeletedAccountsOperations, String)

列出订阅下已删除的帐户。

ListNextAsync(IDeletedAccountsOperations, String, CancellationToken)

列出订阅下已删除的帐户。

适用于