次の方法で共有


CapacityReservationGroupsOperationsExtensions.ListBySubscriptionAsync メソッド

定義

サブスクリプション内のすべての容量予約グループを一覧表示します。 応答で nextLink プロパティを使用して、容量予約グループの次のページを取得します。

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

パラメーター

operations
ICapacityReservationGroupsOperations

この拡張メソッドの操作グループ。

expand
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象