Class LivePipelineOperationStatusInner


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

      • LivePipelineOperationStatusInner

        public LivePipelineOperationStatusInner()
    • Method Detail

      • name

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

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

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

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