Class GetUpdateRunResult


  • public final class GetUpdateRunResult
    extends java.lang.Object
    • Method Detail

      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        More detailed description of the step.
      • duration

        public java.util.Optional<java.lang.String> duration()
        Returns:
        Duration of the update run.
      • endTimeUtc

        public java.util.Optional<java.lang.String> endTimeUtc()
        Returns:
        When the step reached a terminal state.
      • errorMessage

        public java.util.Optional<java.lang.String> errorMessage()
        Returns:
        Error message, specified if the step is in a failed state.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • lastUpdatedTime

        public java.util.Optional<java.lang.String> lastUpdatedTime()
        Returns:
        Timestamp of the most recently completed step in the update run.
      • lastUpdatedTimeUtc

        public java.util.Optional<java.lang.String> lastUpdatedTimeUtc()
        Returns:
        Completion time of this step or the last completed sub-step.
      • location

        public java.util.Optional<java.lang.String> location()
        Returns:
        The geo-location where the resource lives
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        Provisioning state of the UpdateRuns proxy resource.
      • startTimeUtc

        public java.util.Optional<java.lang.String> startTimeUtc()
        Returns:
        When the step started, or empty if it has not started executing.
      • state

        public java.util.Optional<java.lang.String> state()
        Returns:
        State of the update run.
      • status

        public java.util.Optional<java.lang.String> status()
        Returns:
        Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
      • steps

        public java.util.List<StepResponse> steps()
        Returns:
        Recursive model for child steps of this step.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Azure Resource Manager metadata containing createdBy and modifiedBy information.
      • timeStarted

        public java.util.Optional<java.lang.String> timeStarted()
        Returns:
        Timestamp of the update run was started.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"