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