SoftwareUpdateConfigurationRunsOperationsExtensions.ListAsync 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.
Rückgabeliste der Softwareupdatekonfigurationsausführungen http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult> ListAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations operations, string resourceGroupName, string automationAccountName, string clientRequestId = default, string filter = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult>
<Extension()>
Public Function ListAsync (operations As ISoftwareUpdateConfigurationRunsOperations, resourceGroupName As String, automationAccountName As String, Optional clientRequestId As String = Nothing, Optional filter As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfigurationRunListResult)
Parameter
- operations
- ISoftwareUpdateConfigurationRunsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- clientRequestId
- String
Identifiziert diese spezifische Clientanforderung.
- filter
- String
Der Filter, der auf den Vorgang angewendet werden soll. Sie können die folgenden Filter verwenden: "properties/osType", "properties/status", "properties/startTime" und "properties/softwareUpdateConfiguration/name"
- 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