Freigeben über


SoftwareUpdateConfigurationRuns interface

Schnittstelle, die eine SoftwareUpdateConfigurationRuns darstellt.

Methoden

getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams)

Rufen Sie eine einzelne Softwareupdatekonfiguration ab, die nach ID ausgeführt wird.

list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)

Rückgabeliste der Softwareupdatekonfigurationsausführung

Details zur Methode

getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams)

Rufen Sie eine einzelne Softwareupdatekonfiguration ab, die nach ID ausgeführt wird.

function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, options?: SoftwareUpdateConfigurationRunsGetByIdOptionalParams): Promise<SoftwareUpdateConfigurationRun>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

softwareUpdateConfigurationRunId

string

Die ID der Softwareupdatekonfiguration.

Gibt zurück

list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)

Rückgabeliste der Softwareupdatekonfigurationsausführung

function list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationRunsListOptionalParams): Promise<SoftwareUpdateConfigurationRunListResult>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

Gibt zurück