Share via


AutomationAccountResource.GetSoftwareUpdateConfigurationMachineRunsAsync Method

Definition

Return list of software update configuration machine runs

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns
  • Operation Id: SoftwareUpdateConfigurationMachineRuns_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)

Parameters

clientRequestId
String

Identifies this specific client request.

filter
String

The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name'.

skip
String

number of entries you skip before returning results.

top
String

Maximum number of entries returned in the results collection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SoftwareUpdateConfigurationMachineRun that may take multiple service requests to iterate over.

Applies to