Share via


SoftwareUpdateConfigurationRun Constructors

Definition

Overloads

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.

SoftwareUpdateConfigurationRun()

Initializes a new instance of the SoftwareUpdateConfigurationRun class.

public SoftwareUpdateConfigurationRun ();
Public Sub New ()

Applies to

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.

public SoftwareUpdateConfigurationRun (string name = default, string id = default, Microsoft.Azure.Management.Automation.Models.UpdateConfigurationNavigation softwareUpdateConfiguration = default, string status = default, string configuredDuration = default, string osType = default, DateTimeOffset startTime = default, DateTimeOffset? endTime = default, int? computerCount = default, int? failedCount = default, DateTimeOffset creationTime = default, string createdBy = default, DateTimeOffset lastModifiedTime = default, string lastModifiedBy = default, Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunTasks tasks = default);
new Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRun : string * string * Microsoft.Azure.Management.Automation.Models.UpdateConfigurationNavigation * string * string * string * DateTimeOffset * Nullable<DateTimeOffset> * Nullable<int> * Nullable<int> * DateTimeOffset * string * DateTimeOffset * string * Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunTasks -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRun
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional softwareUpdateConfiguration As UpdateConfigurationNavigation = Nothing, Optional status As String = Nothing, Optional configuredDuration As String = Nothing, Optional osType As String = Nothing, Optional startTime As DateTimeOffset = Nothing, Optional endTime As Nullable(Of DateTimeOffset) = Nothing, Optional computerCount As Nullable(Of Integer) = Nothing, Optional failedCount As Nullable(Of Integer) = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional createdBy As String = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional lastModifiedBy As String = Nothing, Optional tasks As SoftwareUpdateConfigurationRunTasks = Nothing)

Parameters

name
String

Name of the software update configuration run.

id
String

Resource Id of the software update configuration run

softwareUpdateConfiguration
UpdateConfigurationNavigation

software update configuration triggered this run

status
String

Status of the software update configuration run.

configuredDuration
String

Configured duration for the software update configuration run.

osType
String

Operating system target of the software update configuration triggered this run

startTime
DateTimeOffset

Start time of the software update configuration run.

endTime
Nullable<DateTimeOffset>

End time of the software update configuration run.

computerCount
Nullable<Int32>

Number of computers in the software update configuration run.

failedCount
Nullable<Int32>

Number of computers with failed status.

creationTime
DateTimeOffset

Creation time of the resource, which only appears in the response.

createdBy
String

CreatedBy property, which only appears in the response.

lastModifiedTime
DateTimeOffset

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

lastModifiedBy
String

LastModifiedBy property, which only appears in the response.

tasks
SoftwareUpdateConfigurationRunTasks

Software update configuration tasks triggered in this run

Applies to