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

CapacityReservationGroupsOperationsExtensions.ListBySubscription 方法

定义

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CapacityReservationGroup> ListBySubscription (this Microsoft.Azure.Management.Compute.ICapacityReservationGroupsOperations operations, string expand = default);
static member ListBySubscription : Microsoft.Azure.Management.Compute.ICapacityReservationGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CapacityReservationGroup>
<Extension()>
Public Function ListBySubscription (operations As ICapacityReservationGroupsOperations, Optional expand As String = Nothing) As IPage(Of CapacityReservationGroup)

参数

operations
ICapacityReservationGroupsOperations

此扩展方法的操作组。

expand
String

要应用于操作的 expand 表达式。 根据扩展参数 (指定的) ,我们返回虚拟机或 ScaleSet VM 实例或两个资源 ID,这些 ID 与响应中的容量预留组相关联。 可能的值包括:“virtualMachineScaleSetVMs/$ref”、“virtualMachines/$ref”

返回

适用于