SoftwareUpdateConfiguration Class

Software update configuration properties.

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

All required parameters must be populated in order to send to Azure.

Inheritance
SoftwareUpdateConfiguration

Constructor

SoftwareUpdateConfiguration(*, update_configuration: azure.mgmt.automation.models._models_py3.UpdateConfiguration, schedule_info: azure.mgmt.automation.models._models_py3.ScheduleProperties, error: Optional[azure.mgmt.automation.models._models_py3.ErrorResponse] = None, tasks: Optional[azure.mgmt.automation.models._models_py3.SoftwareUpdateConfigurationTasks] = None, **kwargs)

Parameters

update_configuration
UpdateConfiguration
Required

Required. update specific properties for the Software update configuration.

schedule_info
ScheduleProperties
Required

Required. Schedule information for the Software update configuration.

error
ErrorResponse
Required

Details of provisioning error.

tasks
SoftwareUpdateConfigurationTasks
Required

Tasks information for the Software update configuration.

Variables

name
str

Resource name.

id
str

Resource Id.

type
str

Resource type.

provisioning_state
str

Provisioning state for the software update configuration, which only appears in the response.

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.