SoftwareUpdateConfigurationCollectionItem Class

Definition

Software update configuration collection item properties.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SoftwareUpdateConfigurationCollectionItem
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SoftwareUpdateConfigurationCollectionItem = class
Public Class SoftwareUpdateConfigurationCollectionItem
Inheritance
SoftwareUpdateConfigurationCollectionItem
Attributes

Constructors

SoftwareUpdateConfigurationCollectionItem()

Initializes a new instance of the SoftwareUpdateConfigurationCollectionItem class.

SoftwareUpdateConfigurationCollectionItem(String, String, UpdateConfiguration, SoftwareUpdateConfigurationTasks, String, DateTimeOffset, DateTimeOffset, DateTimeOffset, String, Nullable<DateTimeOffset>)

Initializes a new instance of the SoftwareUpdateConfigurationCollectionItem class.

Properties

CreationTime

Gets creation time of the software update configuration, which only appears in the response.

Frequency

Gets or sets execution frequency of the schedule associated with the software update configuration. Possible values include: 'OneTime', 'Day', 'Hour', 'Week', 'Month', 'Minute'

Id

Gets resource Id of the software update configuration

LastModifiedTime

Gets last time software update configuration was modified, which only appears in the response.

Name

Gets name of the software update configuration.

NextRun

Gets or sets ext run time of the update.

ProvisioningState

Gets provisioning state for the software update configuration, which only appears in the response.

StartTime

Gets or sets the start time of the update.

Tasks

Gets or sets pre and Post Tasks defined

UpdateConfiguration

Gets or sets update specific properties of the software update configuration.

Methods

Validate()

Validate the object.

Applies to