次の方法で共有


VirtualMachineScaleSetVMsOperationsExtensions.ListAsync メソッド

定義

VM スケール セット内のすべての仮想マシンの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVM>> ListAsync (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetVMsOperations operations, string resourceGroupName, string virtualMachineScaleSetName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVM> odataQuery = default, string select = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetVMsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVM> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVM>>
<Extension()>
Public Function ListAsync (operations As IVirtualMachineScaleSetVMsOperations, resourceGroupName As String, virtualMachineScaleSetName As String, Optional odataQuery As ODataQuery(Of VirtualMachineScaleSetVM) = Nothing, Optional select As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualMachineScaleSetVM))

パラメーター

operations
IVirtualMachineScaleSetVMsOperations

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

resourceGroupName
String

リソース グループの名前。

virtualMachineScaleSetName
String

VM スケール セットの名前。

odataQuery
ODataQuery<VirtualMachineScaleSetVM>

操作に適用する OData パラメーター。

select
String

リスト パラメーター。 使用できる値は、'instanceView'、'instanceView/statuses' です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象