SoftwareUpdateConfigurationRun Class
Software update configuration Run properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
SoftwareUpdateConfigurationRun
Constructor
SoftwareUpdateConfigurationRun(*, software_update_configuration: Optional[azure.mgmt.automation.models._models_py3.UpdateConfigurationNavigation] = None, tasks: Optional[azure.mgmt.automation.models._models_py3.SoftareUpdateConfigurationRunTasks] = None, **kwargs)
Parameters
- software_update_configuration
- UpdateConfigurationNavigation
software update configuration triggered this run.
Software update configuration tasks triggered in this run.
Variables
- name
- str
Name of the software update configuration run.
- id
- str
Resource Id of the software update configuration run.
- status
- str
Status of the software update configuration run.
- configured_duration
- str
Configured duration for the software update configuration run.
- os_type
- str
Operating system target of the software update configuration triggered this run.
- start_time
- datetime
Start time of the software update configuration run.
- end_time
- datetime
End time of the software update configuration run.
- computer_count
- int
Number of computers in the software update configuration run.
- failed_count
- int
Number of computers with failed status.
- 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.
Feedback
Submit and view feedback for