SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListByCorrelationId Method

Definition

Return list of software update configuration machine runs corresponding to the software update configuration run with the given correlation id http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

public static Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult ListByCorrelationId (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations operations, string resourceGroupName, string automationAccountName, Guid correlationId, string clientRequestId = default, string skip = default, string top = default);
static member ListByCorrelationId : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations * string * string * Guid * string * string * string -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult
<Extension()>
Public Function ListByCorrelationId (operations As ISoftwareUpdateConfigurationMachineRunsOperations, resourceGroupName As String, automationAccountName As String, correlationId As Guid, Optional clientRequestId As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing) As SoftwareUpdateConfigurationMachineRunListResult

Parameters

operations
ISoftwareUpdateConfigurationMachineRunsOperations

The operations group for this extension method.

resourceGroupName
String
automationAccountName
String
correlationId
Guid

Id of the parent software update configuration run

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