SoftwareUpdateConfigurationMachineRun Class

Software update configuration machine run model.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
SoftwareUpdateConfigurationMachineRun

Constructor

SoftwareUpdateConfigurationMachineRun(*, software_update_configuration: Optional[azure.mgmt.automation.models._models_py3.UpdateConfigurationNavigation] = None, job: Optional[azure.mgmt.automation.models._models_py3.JobNavigation] = None, error: Optional[azure.mgmt.automation.models._models_py3.ErrorResponse] = None, **kwargs)

Parameters

software_update_configuration
UpdateConfigurationNavigation
Required

software update configuration triggered this run.

job
JobNavigation
Required

Job associated with the software update configuration machine run.

error
ErrorResponse
Required

Details of provisioning error.

Variables

name
str

Name of the software update configuration machine run.

id
str

Resource Id of the software update configuration machine run.

target_computer
str

name of the updated computer.

target_computer_type
str

type of the updated computer.

status
str

Status of the software update configuration machine run.

os_type
str

Operating system target of the software update configuration triggered this run.

correlation_id
str

correlation id of the software update configuration machine run.

source_computer_id
str

source computer id of the software update configuration machine run.

start_time
datetime

Start time of the software update configuration machine run.

end_time
datetime

End time of the software update configuration machine run.

configured_duration
str

configured duration for the software update configuration run.

creation_time
datetime

Creation time of the resource, which only appears in the response.

created_by
str

createdBy property, which only appears in the response.

last_modified_time
datetime

Last time resource was modified, which only appears in the response.

last_modified_by
str

lastModifiedBy property, which only appears in the response.