Freigeben über


VirtualMachineRunCommandsOperationsExtensions.ListByVirtualMachineAsync Methode

Definition

Der Vorgang zum Abrufen aller Ausführungsbefehle eines virtuellen Computers.

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

Parameter

operations
IVirtualMachineRunCommandsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

vmName
String

Der Name des virtuellen Computers, der den Befehl ausführen enthält.

expand
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: