Freigeben über


AutomationAccountResource.GetSoftwareUpdateConfigurationMachineRunsAsync Methode

Definition

Rückgabeliste der Softwareupdatekonfigurationscomputerausführungen

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns
  • Vorgang IdSoftwareUpdateConfigurationMachineRuns_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun> GetSoftwareUpdateConfigurationMachineRunsAsync (string clientRequestId = default, string filter = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSoftwareUpdateConfigurationMachineRunsAsync : string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>
override this.GetSoftwareUpdateConfigurationMachineRunsAsync : string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>
Public Overridable Function GetSoftwareUpdateConfigurationMachineRunsAsync (Optional clientRequestId As String = Nothing, Optional filter As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SoftwareUpdateConfigurationMachineRun)

Parameter

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

filter
String

Der Filter, der auf den Vorgang angewendet werden soll. Sie können die folgenden Filter verwenden: "properties/osType", "properties/status", "properties/startTime" und "properties/softwareUpdateConfiguration/name".

skip
String

Anzahl der Einträge, die Sie überspringen, bevor Ergebnisse zurückgegeben werden.

top
String

Maximale Anzahl von Einträgen, die in der Ergebnisauflistung zurückgegeben werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der SoftwareUpdateConfigurationMachineRun mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: