SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListByCorrelationIdAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Zurückgeben einer Liste der Softwareupdatekonfigurationscomputerausführungen, die der Ausführung der Softwareupdatekonfiguration mit der angegebenen Korrelations-ID entsprechen 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)
Parameter
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
- automationAccountName
- String
- correlationId
- Guid
ID der Konfigurationsausführung des übergeordneten Softwareupdates
- clientRequestId
- String
- skip
- String
Anzahl der Einträge, die Sie überspringen, bevor Ergebnisse zurückgegeben werden
- top
- String
Maximale Anzahl von Einträgen, die in der Ergebnisauflistung zurückgegeben werden
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET