Share via


AutomationPSClient.ListSoftwareUpdateMachineRuns Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRun> ListSoftwareUpdateMachineRuns (string resourceGroupName, string automationAccountName, Guid? softwareUpdateConfigurationRunId = default, string targetComputer = default, Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus? status = default);
abstract member ListSoftwareUpdateMachineRuns : string * string * Nullable<Guid> * string * Nullable<Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus> -> seq<Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRun>
override this.ListSoftwareUpdateMachineRuns : string * string * Nullable<Guid> * string * Nullable<Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus> -> seq<Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRun>
Public Function ListSoftwareUpdateMachineRuns (resourceGroupName As String, automationAccountName As String, Optional softwareUpdateConfigurationRunId As Nullable(Of Guid) = Nothing, Optional targetComputer As String = Nothing, Optional status As Nullable(Of SoftwareUpdateMachineRunStatus) = Nothing) As IEnumerable(Of SoftwareUpdateMachineRun)

Parameters

resourceGroupName
String
automationAccountName
String
softwareUpdateConfigurationRunId
Nullable<Guid>
targetComputer
String

Returns

Implements

Applies to