Freigeben über


AutomationAccountResource.GetSoftwareUpdateConfigurationMachineRunAsync Methode

Definition

Rufen Sie einen einzelnen Softwareupdatekonfigurationscomputer ab, der nach ID ausgeführt wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns/{softwareUpdateConfigurationMachineRunId}
  • Vorgangs-IdSoftwareUpdateConfigurationMachineRuns_GetById
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>> GetSoftwareUpdateConfigurationMachineRunAsync (Guid softwareUpdateConfigurationMachineRunId, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSoftwareUpdateConfigurationMachineRunAsync : Guid * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>>
override this.GetSoftwareUpdateConfigurationMachineRunAsync : Guid * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>>
Public Overridable Function GetSoftwareUpdateConfigurationMachineRunAsync (softwareUpdateConfigurationMachineRunId As Guid, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SoftwareUpdateConfigurationMachineRun))

Parameter

softwareUpdateConfigurationMachineRunId
Guid

Die ID des Ausgeführten Softwareupdatekonfigurationscomputers.

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: