SoftwareUpdateConfigurationMachineRuns interface
Schnittstelle, die eine SoftwareUpdateConfigurationMachineRuns darstellt.
Methoden
| get |
Rufen Sie einen einzelnen Konfigurationscomputer für Softwareupdates ab, der nach ID ausgeführt wird. |
| list(string, string, Software |
Rückgabeliste der Ausgeführten Softwareupdate-Konfigurationscomputer |
Details zur Methode
getById(string, string, string, SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams)
Rufen Sie einen einzelnen Konfigurationscomputer für Softwareupdates ab, der nach ID ausgeführt wird.
function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, options?: SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams): Promise<SoftwareUpdateConfigurationMachineRun>
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- softwareUpdateConfigurationMachineRunId
-
string
Die ID des Konfigurationscomputers für Softwareupdates.
Die Optionsparameter.
Gibt zurück
list(string, string, SoftwareUpdateConfigurationMachineRunsListOptionalParams)
Rückgabeliste der Ausgeführten Softwareupdate-Konfigurationscomputer
function list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationMachineRunsListOptionalParams): Promise<SoftwareUpdateConfigurationMachineRunListResult>
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
Die Optionsparameter.