Freigeben über


AutomationAccountResource.GetSoftwareUpdateConfigurationRunAsync Methode

Definition

Rufen Sie eine einzelne Softwareupdatekonfiguration ab, die nach ID ausgeführt wird.

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

Parameter

softwareUpdateConfigurationRunId
Guid

Die ID der Ausführung der Softwareupdatekonfiguration.

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: