SoftwareUpdateConfigurationSpecificProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update specific properties of the software update configuration.
public class SoftwareUpdateConfigurationSpecificProperties
type SoftwareUpdateConfigurationSpecificProperties = class
Public Class SoftwareUpdateConfigurationSpecificProperties
- Inheritance
-
SoftwareUpdateConfigurationSpecificProperties
Constructors
SoftwareUpdateConfigurationSpecificProperties(SoftwareUpdateConfigurationOperatingSystemType) |
Initializes a new instance of SoftwareUpdateConfigurationSpecificProperties. |
Properties
AzureVirtualMachines |
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. |
Linux |
Linux specific update configuration. |
NonAzureComputerNames |
List of names of non-azure machines targeted by the software update configuration. |
OperatingSystem |
operating system of target machines. |
Targets |
Group targets for the software update configuration. |
Windows |
Windows specific update configuration. |
Applies to
Azure SDK for .NET