Freigeben über


DevTestLabVmResource.ApplyArtifacts Methode

Definition

Dient zum Anwenden von Artefakten auf virtuelle Computer. Dieser Vorgang kann eine Weile dauern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/applyArtifacts
  • Vorgangs-IdVirtualMachines_ApplyArtifacts
public virtual Azure.ResourceManager.ArmOperation ApplyArtifacts (Azure.WaitUntil waitUntil, Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmApplyArtifactsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ApplyArtifacts : Azure.WaitUntil * Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmApplyArtifactsContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.ApplyArtifacts : Azure.WaitUntil * Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmApplyArtifactsContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function ApplyArtifacts (waitUntil As WaitUntil, content As DevTestLabVmApplyArtifactsContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

content
DevTestLabVmApplyArtifactsContent

Anforderungstext zum Anwenden von Artefakten auf einen virtuellen Computer.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: