Class RolloutOperationInfo

java.lang.Object
com.azure.resourcemanager.deploymentmanager.models.RolloutOperationInfo

public final class RolloutOperationInfo extends Object
Detailed runtime information of the rollout.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of RolloutOperationInfo class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the endTime property: The start time of the rollout in UTC.
    com.azure.core.management.exception.ManagementError
    Get the error property: The detailed error information for any failure.
    Get the retryAttempt property: The ordinal count of the number of retry attempts on a rollout.
    Get the skipSucceededOnRetry property: True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt.
    Get the startTime property: The start time of the rollout in UTC.
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RolloutOperationInfo

      public RolloutOperationInfo()
      Creates an instance of RolloutOperationInfo class.
  • Method Details

    • retryAttempt

      public Integer retryAttempt()
      Get the retryAttempt property: The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.
      Returns:
      the retryAttempt value.
    • skipSucceededOnRetry

      public Boolean skipSucceededOnRetry()
      Get the skipSucceededOnRetry property: True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.
      Returns:
      the skipSucceededOnRetry value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: The start time of the rollout in UTC.
      Returns:
      the startTime value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
      Returns:
      the endTime value.
    • error

      public com.azure.core.management.exception.ManagementError error()
      Get the error property: The detailed error information for any failure.
      Returns:
      the error value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.