CollectionItemUpdateConfiguration Class

object returned when requesting a collection of software update configuration.

Inheritance
CollectionItemUpdateConfiguration

Constructor

CollectionItemUpdateConfiguration(*, azure_virtual_machines: Optional[List[str]] = None, duration: Optional[datetime.timedelta] = None, **kwargs)

Parameters

azure_virtual_machines
list[str]
Required

List of azure resource Ids for azure virtual machines targeted by the software update configuration.

duration
timedelta
Required

Maximum time allowed for the software update configuration run. Duration needs to be specified using the format PT[n]H[n]M[n]S as per ISO8601.