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

IServerOperations 接口

定义

ServerOperations 操作。

public interface IServerOperations
type IServerOperations = interface
Public Interface IServerOperations

方法

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

获取在服务器上执行的操作的列表。

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

获取在服务器上执行的操作的列表。

扩展方法

ListByServer(IServerOperations, String, String)

获取在服务器上执行的操作的列表。

ListByServerAsync(IServerOperations, String, String, CancellationToken)

获取在服务器上执行的操作的列表。

ListByServerNext(IServerOperations, String)

获取在服务器上执行的操作的列表。

ListByServerNextAsync(IServerOperations, String, CancellationToken)

获取在服务器上执行的操作的列表。

适用于