UpdateConfiguration Class

Definition

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