Dela via


SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListByCorrelationIdAsync Metod

Definition

Returlista över programuppdateringskonfigurationsdatorer som motsvarar körningen av programuppdateringskonfigurationen med det angivna korrelations-ID:t http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult> ListByCorrelationIdAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations operations, string resourceGroupName, string automationAccountName, Guid correlationId, string clientRequestId = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByCorrelationIdAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations * string * string * Guid * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult>
<Extension()>
Public Function ListByCorrelationIdAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfigurationMachineRunListResult)

Parametrar

operations
ISoftwareUpdateConfigurationMachineRunsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String
automationAccountName
String
correlationId
Guid

ID för den överordnade programuppdateringskonfigurationskörningen

clientRequestId
String
skip
String

antal poster som du hoppar över innan du returnerar resultat

top
String

Maximalt antal poster som returneras i resultatsamlingen

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för