SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListAll 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 Softwareupdatekonfigurationscomputerausführungen für den angegebenen Computer http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations
public static Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult ListAll (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations operations, string resourceGroupName, string automationAccountName, Guid? correlationId = default, string status = default, string targetComputer = default, string clientRequestId = default, string skip = default, string top = default);
static member ListAll : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations * string * string * Nullable<Guid> * string * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult
<Extension()>
Public Function ListAll (operations As ISoftwareUpdateConfigurationMachineRunsOperations, resourceGroupName As String, automationAccountName As String, Optional correlationId As Nullable(Of Guid) = Nothing, Optional status As String = Nothing, Optional targetComputer As String = Nothing, Optional clientRequestId As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing) As SoftwareUpdateConfigurationMachineRunListResult
Parameter
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
- automationAccountName
- String
- status
- String
- targetComputer
- String
- 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 Ergebnissammlung zurückgegeben werden
Gibt zurück
Gilt für:
Azure SDK for .NET