Freigeben über


VirtualMachineScaleSetVMsOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste aller virtuellen Computer in einer VM-Skalierungsgruppe ab.

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

Parameter

operations
IVirtualMachineScaleSetVMsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

virtualMachineScaleSetName
String

Der Name der VM-Skalierungsgruppe.

odataQuery
ODataQuery<VirtualMachineScaleSetVMInner>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

select
String

Die Listenparameter. Zulässige Werte sind "instanceView", "instanceView/statuses".

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: