CollectionItemUpdateConfiguration interface
object returned when requesting a collection of software update configuration
Properties
azure |
List of azure resource Ids for azure virtual machines targeted by the software update configuration. |
duration | 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 |
Property Details
azureVirtualMachines
List of azure resource Ids for azure virtual machines targeted by the software update configuration.
azureVirtualMachines?: string[]
Property Value
string[]
duration
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
duration?: string
Property Value
string