Freigeben über


VirtualMachineScaleSetVMRunCommandsOperationsExtensions.ListAsync Methode

Definition

Der Vorgang zum Abrufen aller Ausführungsbefehle eines instance in VM Scaleset.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineRunCommandInner>> ListAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetVMRunCommandsOperations operations, string resourceGroupName, string vmScaleSetName, string instanceId, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetVMRunCommandsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineRunCommandInner>>
<Extension()>
Public Function ListAsync (operations As IVirtualMachineScaleSetVMRunCommandsOperations, resourceGroupName As String, vmScaleSetName As String, instanceId As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualMachineRunCommandInner))

Parameter

operations
IVirtualMachineScaleSetVMRunCommandsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

vmScaleSetName
String

Der Name der VM-Skalierungsgruppe.

instanceId
String

Die instance-ID des virtuellen Computers.

expand
String

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: