SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return list of software update configuration machine runs targeting the given computer http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations
public static Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult ListAll (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations operations, string resourceGroupName, string automationAccountName, Guid? correlationId = default, string status = default, string targetComputer = default, string clientRequestId = default, string skip = default, string top = default);
static member ListAll : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations * string * string * Nullable<Guid> * string * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult
<Extension()>
Public Function ListAll (operations As ISoftwareUpdateConfigurationMachineRunsOperations, resourceGroupName As String, automationAccountName As String, Optional correlationId As Nullable(Of Guid) = Nothing, Optional status As String = Nothing, Optional targetComputer As String = Nothing, Optional clientRequestId As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing) As SoftwareUpdateConfigurationMachineRunListResult
Parameters
The operations group for this extension method.
- resourceGroupName
- String
- automationAccountName
- String
- status
- String
- targetComputer
- String
- clientRequestId
- String
- skip
- String
number of entries you skip before returning results
- top
- String
Maximum number of entries returned in the results collection
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET