SoftwareUpdateConfigurationCollectionItem Class
Software update configuration collection item properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
SoftwareUpdateConfigurationCollectionItem
Constructor
SoftwareUpdateConfigurationCollectionItem(*, update_configuration: Optional[azure.mgmt.automation.models._models_py3.CollectionItemUpdateConfiguration] = None, frequency: Optional[Union[str, azure.mgmt.automation.models._automation_client_enums.ScheduleFrequency]] = None, start_time: Optional[datetime.datetime] = None, next_run: Optional[datetime.datetime] = None, **kwargs)
Parameters
- update_configuration
- CollectionItemUpdateConfiguration
Update specific properties of the software update configuration.
- frequency
- str or ScheduleFrequency
execution frequency of the schedule associated with the software update configuration. Possible values include: "OneTime", "Day", "Hour", "Week", "Month", "Minute".
Variables
- name
- str
Name of the software update configuration.
- id
- str
Resource Id of the software update configuration.
- creation_time
- datetime
Creation time of the software update configuration, which only appears in the response.
- last_modified_time
- datetime
Last time software update configuration was modified, which only appears in the response.
- provisioning_state
- str
Provisioning state for the software update configuration, which only appears in the response.
Feedback
Submit and view feedback for