VirtualMachinesOperationsExtensions.ListAll メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したサブスクリプション内のすべての仮想マシンを一覧表示します。 応答で nextLink プロパティを使用して、仮想マシンの次のページを取得します。
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachine> ListAll (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string statusOnly = default, string filter = default, string expand = default);
static member ListAll : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachine>
<Extension()>
Public Function ListAll (operations As IVirtualMachinesOperations, Optional statusOnly As String = Nothing, Optional filter As String = Nothing, Optional expand As String = Nothing) As IPage(Of VirtualMachine)
パラメーター
- operations
- IVirtualMachinesOperations
この拡張メソッドの操作グループ。
- statusOnly
- String
statusOnly=true を指定すると、サブスクリプション内のすべてのVirtual Machinesの実行時状態をフェッチできます。
- filter
- String
応答で返された VM をフィルター処理するためのシステム クエリ オプション。 使用できる値は 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' です
- expand
- String
操作に適用する展開式。 'instanceView' では、すべてのVirtual Machinesの実行時状態をフェッチできます。有効な$filter オプションが指定されている場合にのみ指定できます。 使用可能な値は、'instanceView' です。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET