Freigeben über


AutomationAccountResource.GetSoftwareUpdateConfigurationMachineRun Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns/{softwareUpdateConfigurationMachineRuns}
  • Vorgang IdSoftwareUpdateConfigurationMachineRuns_GetById
public virtual Azure.Response<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun> GetSoftwareUpdateConfigurationMachineRun (Guid softwareUpdateConfigurationMachineRunId, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSoftwareUpdateConfigurationMachineRun : Guid * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>
override this.GetSoftwareUpdateConfigurationMachineRun : Guid * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>
Public Overridable Function GetSoftwareUpdateConfigurationMachineRun (softwareUpdateConfigurationMachineRunId As Guid, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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: