Freigeben über


AutomationAccountResource.GetSoftwareUpdateConfigurationRuns Methode

Definition

Rückgabeliste der Softwareupdatekonfigurationsausführungen

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRuns
  • Vorgang IdSoftwareUpdateConfigurationRuns_List
public virtual Azure.Pageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationRun> GetSoftwareUpdateConfigurationRuns (string clientRequestId = default, string filter = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSoftwareUpdateConfigurationRuns : string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationRun>
override this.GetSoftwareUpdateConfigurationRuns : string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationRun>
Public Overridable Function GetSoftwareUpdateConfigurationRuns (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 Pageable(Of SoftwareUpdateConfigurationRun)

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 Sammlung von, bei der SoftwareUpdateConfigurationRun möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: