Class PipelineJobOperationStatusInner


  • public final class PipelineJobOperationStatusInner
    extends Object
    Used for tracking the status of an operation on the pipeline job.
    • Constructor Detail

      • PipelineJobOperationStatusInner

        public PipelineJobOperationStatusInner()
    • Method Detail

      • name

        public String name()
        Get the name property: The name of the pipeline job operation.
        Returns:
        the name value.
      • status

        public String status()
        Get the status property: The status of the pipeline job operation.
        Returns:
        the status value.
      • error

        public com.azure.core.management.exception.ManagementError error()
        Get the error property: The error details for the pipeline job operation.
        Returns:
        the error value.
      • validate

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