Class StepOperationInfoResponse


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

      • correlationId

        public java.lang.String correlationId()
        Returns:
        Unique identifier to track the request for ARM-based resources.
      • deploymentName

        public java.lang.String deploymentName()
        Returns:
        The name of the ARM deployment initiated as part of the step.
      • endTime

        public java.lang.String endTime()
        Returns:
        End time of the action in UTC.
      • error

        public java.util.Optional<CloudErrorBodyResponse> error()
        Returns:
        The errors, if any, for the action.
      • lastUpdatedTime

        public java.lang.String lastUpdatedTime()
        Returns:
        Last time in UTC this operation was updated.
      • startTime

        public java.lang.String startTime()
        Returns:
        Start time of the action in UTC.