CapacityReservationGroupsOperationsExtensions.ListBySubscription メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプション内のすべての容量予約グループを一覧表示します。 応答で 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' です。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET