Freigeben über


ComputeExtensions.GetVirtualMachineRunCommand Methode

Definition

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

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

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den 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: