Class StepOperationInfo

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

public final class StepOperationInfo extends Object
Detailed information of a specific step run.
  • Constructor Details

    • StepOperationInfo

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

    • deploymentName

      public String deploymentName()
      Get the deploymentName property: The name of the ARM deployment initiated as part of the step.
      Returns:
      the deploymentName value.
    • correlationId

      public String correlationId()
      Get the correlationId property: Unique identifier to track the request for ARM-based resources.
      Returns:
      the correlationId value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: Start time of the action in UTC.
      Returns:
      the startTime value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: End time of the action in UTC.
      Returns:
      the endTime value.
    • lastUpdatedTime

      public OffsetDateTime lastUpdatedTime()
      Get the lastUpdatedTime property: Last time in UTC this operation was updated.
      Returns:
      the lastUpdatedTime value.
    • error

      public com.azure.core.management.exception.ManagementError error()
      Get the error property: The errors, if any, for the action.
      Returns:
      the error value.
    • withError

      public StepOperationInfo withError(com.azure.core.management.exception.ManagementError error)
      Set the error property: The errors, if any, for the action.
      Parameters:
      error - the error value to set.
      Returns:
      the StepOperationInfo object itself.
    • validate

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