SoftwareUpdateConfigurationRunInner Class
- java.
lang. Object - com.
azure. resourcemanager. automation. fluent. models. SoftwareUpdateConfigurationRunInner
- com.
Implements
public final class SoftwareUpdateConfigurationRunInner
implements JsonSerializable<SoftwareUpdateConfigurationRunInner>
Software update configuration Run properties.
Constructor Summary
| Constructor | Description |
|---|---|
| SoftwareUpdateConfigurationRunInner() |
Creates an instance of Software |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
computerCount()
Get the computer |
| String |
configuredDuration()
Get the configured |
| String |
createdBy()
Get the created |
|
Offset |
creationTime()
Get the creation |
|
Offset |
endTime()
Get the end |
| Integer |
failedCount()
Get the failed |
|
static
Software |
fromJson(JsonReader jsonReader)
Reads an instance of Software |
| String |
id()
Get the id property: Resource Id of the software update configuration run. |
| String |
lastModifiedBy()
Get the last |
|
Offset |
lastModifiedTime()
Get the last |
| String |
name()
Get the name property: Name of the software update configuration run. |
| String |
osType()
Get the os |
|
Update |
softwareUpdateConfiguration()
Get the software |
|
Offset |
startTime()
Get the start |
| String |
status()
Get the status property: Status of the software update configuration run. |
|
Software |
tasks()
Get the tasks property: Software update configuration tasks triggered in this run. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Software |
withSoftwareUpdateConfiguration(UpdateConfigurationNavigation softwareUpdateConfiguration)
Set the software |
|
Software |
withTasks(SoftwareUpdateConfigurationRunTasks tasks)
Set the tasks property: Software update configuration tasks triggered in this run. |
Methods inherited from java.lang.Object
Constructor Details
SoftwareUpdateConfigurationRunInner
public SoftwareUpdateConfigurationRunInner()
Creates an instance of SoftwareUpdateConfigurationRunInner class.
Method Details
computerCount
public Integer computerCount()
Get the computerCount property: Number of computers in the software update configuration run.
Returns:
configuredDuration
public String configuredDuration()
Get the configuredDuration property: Configured duration for the software update configuration run.
Returns:
createdBy
public String createdBy()
Get the createdBy property: CreatedBy property, which only appears in the response.
Returns:
creationTime
public OffsetDateTime creationTime()
Get the creationTime property: Creation time of the resource, which only appears in the response.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: End time of the software update configuration run.
Returns:
failedCount
public Integer failedCount()
Get the failedCount property: Number of computers with failed status.
Returns:
fromJson
public static SoftwareUpdateConfigurationRunInner fromJson(JsonReader jsonReader)
Reads an instance of SoftwareUpdateConfigurationRunInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id of the software update configuration run.
Returns:
lastModifiedBy
public String lastModifiedBy()
Get the lastModifiedBy property: LastModifiedBy property, which only appears in the response.
Returns:
lastModifiedTime
public OffsetDateTime lastModifiedTime()
Get the lastModifiedTime property: Last time resource was modified, which only appears in the response.
Returns:
name
public String name()
Get the name property: Name of the software update configuration run.
Returns:
osType
public String osType()
Get the osType property: Operating system target of the software update configuration triggered this run.
Returns:
softwareUpdateConfiguration
public UpdateConfigurationNavigation softwareUpdateConfiguration()
Get the softwareUpdateConfiguration property: software update configuration triggered this run.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time of the software update configuration run.
Returns:
status
public String status()
Get the status property: Status of the software update configuration run.
Returns:
tasks
public SoftwareUpdateConfigurationRunTasks tasks()
Get the tasks property: Software update configuration tasks triggered in this run.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSoftwareUpdateConfiguration
public SoftwareUpdateConfigurationRunInner withSoftwareUpdateConfiguration(UpdateConfigurationNavigation softwareUpdateConfiguration)
Set the softwareUpdateConfiguration property: software update configuration triggered this run.
Parameters:
Returns:
withTasks
public SoftwareUpdateConfigurationRunInner withTasks(SoftwareUpdateConfigurationRunTasks tasks)
Set the tasks property: Software update configuration tasks triggered in this run.
Parameters:
Returns: