次の方法で共有


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

操作に適用する展開式。 指定された展開パラメーターに基づいて、応答で容量予約グループに関連付けられている仮想マシンまたは ScaleSet VM インスタンス、または両方のリソース ID を返します。 使用可能な値は、'virtualMachineScaleSetVMs/$ref'、'virtualMachines/$ref' です。

戻り値

適用対象