Interface SoftwareUpdateConfigurationMachineRun


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

    Modifier and Type
    Method
    Description
    Gets the configuredDuration property: configured duration for the software update configuration run.
    Gets the correlationId property: correlation id of the software update configuration machine 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 machine run.
    com.azure.core.management.exception.ManagementError
    Gets the error property: Details of provisioning error.
    id()
    Gets the id property: Resource Id of the software update configuration machine run.
    Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationMachineRunInner object.
    job()
    Gets the job property: Job associated with the software update configuration machine run.
    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 machine 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 sourceComputerId property: source computer id of the software update configuration machine run.
    Gets the startTime property: Start time of the software update configuration machine run.
    Gets the status property: Status of the software update configuration machine run.
    Gets the targetComputer property: name of the updated computer.
    Gets the targetComputerType property: type of the updated computer.
  • Method Details

    • name

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

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

      String targetComputer()
      Gets the targetComputer property: name of the updated computer.
      Returns:
      the targetComputer value.
    • targetComputerType

      String targetComputerType()
      Gets the targetComputerType property: type of the updated computer.
      Returns:
      the targetComputerType 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 machine run.
      Returns:
      the status value.
    • osType

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

      UUID correlationId()
      Gets the correlationId property: correlation id of the software update configuration machine run.
      Returns:
      the correlationId value.
    • sourceComputerId

      UUID sourceComputerId()
      Gets the sourceComputerId property: source computer id of the software update configuration machine run.
      Returns:
      the sourceComputerId value.
    • startTime

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

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

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

      Gets the job property: Job associated with the software update configuration machine run.
      Returns:
      the job 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.
    • error

      com.azure.core.management.exception.ManagementError error()
      Gets the error property: Details of provisioning error.
      Returns:
      the error value.
    • innerModel

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