SoftwareUpdateConfigurationRun Class

Definition

Software update configuration Run properties.

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

Constructors

SoftwareUpdateConfigurationRun()

Initializes a new instance of the SoftwareUpdateConfigurationRun class.

SoftwareUpdateConfigurationRun(String, String, UpdateConfigurationNavigation, String, String, String, DateTimeOffset, Nullable<DateTimeOffset>, Nullable<Int32>, Nullable<Int32>, DateTimeOffset, String, DateTimeOffset, String, SoftwareUpdateConfigurationRunTasks)

Initializes a new instance of the SoftwareUpdateConfigurationRun class.

Properties

ComputerCount

Gets number of computers in the software update configuration run.

ConfiguredDuration

Gets configured duration for the software update configuration run.

CreatedBy

Gets createdBy property, which only appears in the response.

CreationTime

Gets creation time of the resource, which only appears in the response.

EndTime

Gets end time of the software update configuration run.

FailedCount

Gets number of computers with failed status.

Id

Gets resource Id of the software update configuration run

LastModifiedBy

Gets lastModifiedBy property, which only appears in the response.

LastModifiedTime

Gets last time resource was modified, which only appears in the response.

Name

Gets name of the software update configuration run.

OsType

Gets operating system target of the software update configuration triggered this run

SoftwareUpdateConfiguration

Gets or sets software update configuration triggered this run

StartTime

Gets start time of the software update configuration run.

Status

Gets status of the software update configuration run.

Tasks

Gets or sets software update configuration tasks triggered in this run

Applies to