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

ManagementGroupCollection.GetAllAsync 方法

定义

列出已通过身份验证的用户的管理组。

  • 请求路径/提供程序/Microsoft.Management/managementGroups
  • 操作IdManagementGroups_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.ManagementGroups.ManagementGroupResource> GetAllAsync (string cacheControl = default, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagementGroups.ManagementGroupResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagementGroups.ManagementGroupResource>
Public Overridable Function GetAllAsync (Optional cacheControl As String = Nothing, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagementGroupResource)

参数

cacheControl
String

指示请求是否应利用任何缓存。 使用“no-cache”值填充标头以绕过现有缓存。

skiptoken
String

仅当上一个操作返回了部分结果时,才使用页继续标记。 如果上一个响应包含 nextLink 元素,则 nextLink 元素的值将包含一个标记参数,该参数指定用于后续调用的起点。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 ManagementGroupResource ,可能需要循环访问多个服务请求。

适用于