Freigeben über


VirtualMachineRunCommandsOperationsExtensions.GetAsync Methode

Definition

Ruft den spezifischen Ausführungsbefehl für ein Abonnement an einem Speicherort ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandDocumentInner> GetAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineRunCommandsOperations operations, string location, string commandId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineRunCommandsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandDocumentInner>
<Extension()>
Public Function GetAsync (operations As IVirtualMachineRunCommandsOperations, location As String, commandId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RunCommandDocumentInner)

Parameter

operations
IVirtualMachineRunCommandsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Der Speicherort, an dem Befehle ausgeführt werden, wird abgefragt.

commandId
String

Die Befehls-ID.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: