SoftwareUpdateConfigurationRunsOperations interface

Interface representing a SoftwareUpdateConfigurationRuns operations.

Properties

getById

Get a single software update configuration Run by Id.

list

Return list of software update configuration runs

Property Details

getById

Get a single software update configuration Run by Id.

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

Property Value

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

list

Return list of software update configuration runs

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

Property Value

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