Delen via


SoftwareUpdateConfigurationRuns interface

Interface die een SoftwareUpdateConfigurationRuns vertegenwoordigt.

Methoden

getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams)

Haal één software-updateconfiguratie op die wordt uitgevoerd op id.

list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)

Lijst met uitgevoerde software-updateconfiguraties retourneren

Methodedetails

getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams)

Haal één software-updateconfiguratie op die wordt uitgevoerd op id.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

softwareUpdateConfigurationRunId

string

De id van de configuratie van de software-update wordt uitgevoerd.

Retouren

list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)

Lijst met uitgevoerde software-updateconfiguraties retourneren

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

Retouren