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

ICloudServiceRolesOperations 接口

定义

CloudServiceRolesOperations 操作。

public interface ICloudServiceRolesOperations
type ICloudServiceRolesOperations = interface
Public Interface ICloudServiceRolesOperations

方法

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

从云服务获取角色。

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

获取云服务中所有角色的列表。 在响应中使用 nextLink 属性获取角色的下一页。 执行此操作,直到 nextLink 为 null 可提取所有角色。

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

获取云服务中所有角色的列表。 在响应中使用 nextLink 属性获取角色的下一页。 执行此操作,直到 nextLink 为 null 可提取所有角色。

扩展方法

Get(ICloudServiceRolesOperations, String, String, String)

从云服务获取角色。

GetAsync(ICloudServiceRolesOperations, String, String, String, CancellationToken)

从云服务获取角色。

List(ICloudServiceRolesOperations, String, String)

获取云服务中所有角色的列表。 在响应中使用 nextLink 属性获取角色的下一页。 执行此操作,直到 nextLink 为 null 可提取所有角色。

ListAsync(ICloudServiceRolesOperations, String, String, CancellationToken)

获取云服务中所有角色的列表。 在响应中使用 nextLink 属性获取角色的下一页。 执行此操作,直到 nextLink 为 null 可提取所有角色。

ListNext(ICloudServiceRolesOperations, String)

获取云服务中所有角色的列表。 在响应中使用 nextLink 属性获取角色的下一页。 执行此操作,直到 nextLink 为 null 可提取所有角色。

ListNextAsync(ICloudServiceRolesOperations, String, CancellationToken)

获取云服务中所有角色的列表。 在响应中使用 nextLink 属性获取角色的下一页。 执行此操作,直到 nextLink 为 null 可提取所有角色。

适用于