你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudServiceRolesOperationsExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
CloudServiceRolesOperations 的扩展方法。
public static class CloudServiceRolesOperationsExtensions
type CloudServiceRolesOperationsExtensions = class
Public Module CloudServiceRolesOperationsExtensions
- 继承
-
CloudServiceRolesOperationsExtensions
方法
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 以提取所有角色。 |