Share via


SoftwareUpdateConfigurationMachineRun Constructors

Definition

Overloads

SoftwareUpdateConfigurationMachineRun()

Initializes a new instance of the SoftwareUpdateConfigurationMachineRun class.

SoftwareUpdateConfigurationMachineRun(String, String, String, String, UpdateConfigurationNavigation, String, String, Nullable<Guid>, Nullable<Guid>, DateTimeOffset, Nullable<DateTimeOffset>, String, JobNavigation, DateTimeOffset, String, DateTimeOffset, String, ErrorResponse)

Initializes a new instance of the SoftwareUpdateConfigurationMachineRun class.

SoftwareUpdateConfigurationMachineRun()

Initializes a new instance of the SoftwareUpdateConfigurationMachineRun class.

public SoftwareUpdateConfigurationMachineRun ();
Public Sub New ()

Applies to

SoftwareUpdateConfigurationMachineRun(String, String, String, String, UpdateConfigurationNavigation, String, String, Nullable<Guid>, Nullable<Guid>, DateTimeOffset, Nullable<DateTimeOffset>, String, JobNavigation, DateTimeOffset, String, DateTimeOffset, String, ErrorResponse)

Initializes a new instance of the SoftwareUpdateConfigurationMachineRun class.

public SoftwareUpdateConfigurationMachineRun (string name = default, string id = default, string targetComputer = default, string targetComputerType = default, Microsoft.Azure.Management.Automation.Models.UpdateConfigurationNavigation softwareUpdateConfiguration = default, string status = default, string osType = default, Guid? correlationId = default, Guid? sourceComputerId = default, DateTimeOffset startTime = default, DateTimeOffset? endTime = default, string configuredDuration = default, Microsoft.Azure.Management.Automation.Models.JobNavigation job = default, DateTimeOffset creationTime = default, string createdBy = default, DateTimeOffset lastModifiedTime = default, string lastModifiedBy = default, Microsoft.Azure.Management.Automation.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRun : string * string * string * string * Microsoft.Azure.Management.Automation.Models.UpdateConfigurationNavigation * string * string * Nullable<Guid> * Nullable<Guid> * DateTimeOffset * Nullable<DateTimeOffset> * string * Microsoft.Azure.Management.Automation.Models.JobNavigation * DateTimeOffset * string * DateTimeOffset * string * Microsoft.Azure.Management.Automation.Models.ErrorResponse -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRun
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional targetComputer As String = Nothing, Optional targetComputerType As String = Nothing, Optional softwareUpdateConfiguration As UpdateConfigurationNavigation = Nothing, Optional status As String = Nothing, Optional osType As String = Nothing, Optional correlationId As Nullable(Of Guid) = Nothing, Optional sourceComputerId As Nullable(Of Guid) = Nothing, Optional startTime As DateTimeOffset = Nothing, Optional endTime As Nullable(Of DateTimeOffset) = Nothing, Optional configuredDuration As String = Nothing, Optional job As JobNavigation = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional createdBy As String = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional lastModifiedBy As String = Nothing, Optional error As ErrorResponse = Nothing)

Parameters

name
String

Name of the software update configuration machine run

id
String

Resource Id of the software update configuration machine run

targetComputer
String

name of the updated computer

targetComputerType
String

type of the updated computer.

softwareUpdateConfiguration
UpdateConfigurationNavigation

software update configuration triggered this run

status
String

Status of the software update configuration machine run.

osType
String

Operating system target of the software update configuration triggered this run

correlationId
Nullable<Guid>

correlation id of the software update configuration machine run

sourceComputerId
Nullable<Guid>

source computer id of the software update configuration machine run

startTime
DateTimeOffset

Start time of the software update configuration machine run.

endTime
Nullable<DateTimeOffset>

End time of the software update configuration machine run.

configuredDuration
String

configured duration for the software update configuration run.

job
JobNavigation

Job associated with the software update configuration machine run

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.

error
ErrorResponse

Details of provisioning error

Applies to