Interface SoftwareUpdateConfigurationRun


public interface SoftwareUpdateConfigurationRun
An immutable client-side representation of SoftwareUpdateConfigurationRun.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the computerCount property: Number of computers in the software update configuration run.
    Gets the configuredDuration property: Configured duration for the software update configuration run.
    Gets the createdBy property: CreatedBy property, which only appears in the response.
    Gets the creationTime property: Creation time of the resource, which only appears in the response.
    Gets the endTime property: End time of the software update configuration run.
    Gets the failedCount property: Number of computers with failed status.
    id()
    Gets the id property: Resource Id of the software update configuration run.
    Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationRunInner object.
    Gets the lastModifiedBy property: LastModifiedBy property, which only appears in the response.
    Gets the lastModifiedTime property: Last time resource was modified, which only appears in the response.
    Gets the name property: Name of the software update configuration run.
    Gets the osType property: Operating system target of the software update configuration triggered this run.
    Gets the softwareUpdateConfiguration property: software update configuration triggered this run.
    Gets the startTime property: Start time of the software update configuration run.
    Gets the status property: Status of the software update configuration run.
    Gets the tasks property: Software update configuration tasks triggered in this run.
  • Method Details

    • name

      String name()
      Gets the name property: Name of the software update configuration run.
      Returns:
      the name value.
    • id

      String id()
      Gets the id property: Resource Id of the software update configuration run.
      Returns:
      the id value.
    • softwareUpdateConfiguration

      UpdateConfigurationNavigation softwareUpdateConfiguration()
      Gets the softwareUpdateConfiguration property: software update configuration triggered this run.
      Returns:
      the softwareUpdateConfiguration value.
    • status

      String status()
      Gets the status property: Status of the software update configuration run.
      Returns:
      the status value.
    • configuredDuration

      String configuredDuration()
      Gets the configuredDuration property: Configured duration for the software update configuration run.
      Returns:
      the configuredDuration value.
    • osType

      String osType()
      Gets the osType property: Operating system target of the software update configuration triggered this run.
      Returns:
      the osType value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: Start time of the software update configuration run.
      Returns:
      the startTime value.
    • endTime

      OffsetDateTime endTime()
      Gets the endTime property: End time of the software update configuration run.
      Returns:
      the endTime value.
    • computerCount

      Integer computerCount()
      Gets the computerCount property: Number of computers in the software update configuration run.
      Returns:
      the computerCount value.
    • failedCount

      Integer failedCount()
      Gets the failedCount property: Number of computers with failed status.
      Returns:
      the failedCount value.
    • creationTime

      OffsetDateTime creationTime()
      Gets the creationTime property: Creation time of the resource, which only appears in the response.
      Returns:
      the creationTime value.
    • createdBy

      String createdBy()
      Gets the createdBy property: CreatedBy property, which only appears in the response.
      Returns:
      the createdBy value.
    • lastModifiedTime

      OffsetDateTime lastModifiedTime()
      Gets the lastModifiedTime property: Last time resource was modified, which only appears in the response.
      Returns:
      the lastModifiedTime value.
    • lastModifiedBy

      String lastModifiedBy()
      Gets the lastModifiedBy property: LastModifiedBy property, which only appears in the response.
      Returns:
      the lastModifiedBy value.
    • tasks

      Gets the tasks property: Software update configuration tasks triggered in this run.
      Returns:
      the tasks value.
    • innerModel

      Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationRunInner object.
      Returns:
      the inner object.