UpdateConfiguration 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 UpdateConfiguration
type UpdateConfiguration = class
Public Class UpdateConfiguration
- Inheritance
-
UpdateConfiguration
Constructors
UpdateConfiguration() |
Initializes a new instance of the UpdateConfiguration class. |
UpdateConfiguration(OperatingSystemType, WindowsProperties, LinuxProperties, Nullable<TimeSpan>, IList<String>, IList<String>, TargetProperties) |
Initializes a new instance of the UpdateConfiguration class. |
Properties
AzureVirtualMachines |
Gets or sets list of azure resource Ids for azure virtual machines targeted by the software update configuration. |
Duration |
Gets or sets 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 |
Gets or sets linux specific update configuration. |
NonAzureComputerNames |
Gets or sets list of names of non-azure machines targeted by the software update configuration. |
OperatingSystem |
Gets or sets operating system of target machines. Possible values include: 'Windows', 'Linux' |
Targets |
Gets or sets group targets for the software update configuration. |
Windows |
Gets or sets windows specific update configuration. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET