Dela via


SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListAsync Metod

Definition

Returlista över programuppdateringskonfigurationsdatorer som körs http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult> ListAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations 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.ISoftwareUpdateConfigurationMachineRunsOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult>
<Extension()>
Public Function ListAsync (operations As ISoftwareUpdateConfigurationMachineRunsOperations, 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 SoftwareUpdateConfigurationMachineRunListResult)

Parametrar

operations
ISoftwareUpdateConfigurationMachineRunsOperations

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

resourceGroupName
String

Namnet på en Azure-resursgrupp.

automationAccountName
String

Namnet på automationskontot.

clientRequestId
String

Identifierar den här specifika klientbegäran.

filter
String

Filtret som ska tillämpas på åtgärden. Du kan använda följande filter: "properties/osType", "properties/status", "properties/startTime" och "properties/softwareUpdateConfiguration/name"

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