ArmAutomationModelFactory.SoftwareUpdateConfigurationRun Method

Definition

Initializes a new instance of SoftwareUpdateConfigurationRun.

public static Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationRun SoftwareUpdateConfigurationRun (string name = default, Azure.Core.ResourceIdentifier id = default, string softwareUpdateName = default, string status = default, TimeSpan? configuredDuration = default, string osType = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, int? computerCount = default, int? failedCount = default, DateTimeOffset? createdOn = default, string createdBy = default, DateTimeOffset? lastModifiedOn = default, string lastModifiedBy = default, Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationRunTasks tasks = default);
static member SoftwareUpdateConfigurationRun : string * Azure.Core.ResourceIdentifier * string * string * Nullable<TimeSpan> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int> * Nullable<int> * Nullable<DateTimeOffset> * string * Nullable<DateTimeOffset> * string * Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationRunTasks -> Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationRun
Public Shared Function SoftwareUpdateConfigurationRun (Optional name As String = Nothing, Optional id As ResourceIdentifier = Nothing, Optional softwareUpdateName As String = Nothing, Optional status As String = Nothing, Optional configuredDuration As Nullable(Of TimeSpan) = Nothing, Optional osType As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional computerCount As Nullable(Of Integer) = Nothing, Optional failedCount As Nullable(Of Integer) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional createdBy As String = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedBy As String = Nothing, Optional tasks As SoftwareUpdateConfigurationRunTasks = Nothing) As SoftwareUpdateConfigurationRun

Parameters

name
String

Name of the software update configuration run.

id
ResourceIdentifier

Resource Id of the software update configuration run.

softwareUpdateName
String

software update configuration triggered this run.

status
String

Status of the software update configuration run.

configuredDuration
Nullable<TimeSpan>

Configured duration for the software update configuration run.

osType
String

Operating system target of the software update configuration triggered this run.

startOn
Nullable<DateTimeOffset>

Start time of the software update configuration run.

endOn
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.

createdOn
Nullable<DateTimeOffset>

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

createdBy
String

CreatedBy property, which only appears in the response.

lastModifiedOn
Nullable<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.

Returns

A new SoftwareUpdateConfigurationRun instance for mocking.

Applies to