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

CapacityReservationGroupCollection.GetAllAsync 方法

定义

列出指定资源组中的所有容量预留组。 使用响应中的 nextLink 属性获取容量预留组的下一页。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups
  • 操作IdCapacityReservationGroups_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.Compute.CapacityReservationGroupResource> GetAllAsync (Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.CapacityReservationGroupResource>
override this.GetAllAsync : Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.CapacityReservationGroupResource>
Public Overridable Function GetAllAsync (Optional expand As Nullable(Of CapacityReservationGroupGetExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CapacityReservationGroupResource)

参数

expand
Nullable<CapacityReservationGroupGetExpand>

要应用于操作的 expand 表达式。 根据扩展参数 (指定的) ,我们返回与响应中的容量预留组关联的虚拟机或 ScaleSet VM 实例或两个资源 ID。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 CapacityReservationGroupResource ,可能需要多个服务请求进行迭代。

适用于