Freigeben über


ComputeExtensions.GetVirtualMachineRunCommandAsync Methode

Definition

Ruft einen bestimmten Ausführungsbefehl für ein Abonnement an einem Speicherort ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId}
  • Vorgangs-IdVirtualMachineRunCommands_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.RunCommandDocument>> GetVirtualMachineRunCommandAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string commandId, System.Threading.CancellationToken cancellationToken = default);
static member GetVirtualMachineRunCommandAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.RunCommandDocument>>
<Extension()>
Public Function GetVirtualMachineRunCommandAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, commandId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RunCommandDocument))

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

location
AzureLocation

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

commandId
String

Die Befehls-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

commandId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

commandId ist NULL.

Gilt für: