Class MediaJobErroredEventData


  • public final class MediaJobErroredEventData
    extends MediaJobStateChangeEventData
    Job error state event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobErrored event.
    • Constructor Detail

      • MediaJobErroredEventData

        public MediaJobErroredEventData()
    • Method Detail

      • getOutputs

        public List<MediaJobOutput> getOutputs()
        Get the outputs property: Gets the Job outputs.
        Returns:
        the outputs value.
      • setOutputs

        public MediaJobErroredEventData setOutputs​(List<MediaJobOutput> outputs)
        Set the outputs property: Gets the Job outputs.
        Parameters:
        outputs - the outputs value to set.
        Returns:
        the MediaJobErroredEventData object itself.