Uses of Class
com.microsoft.azure.eventgrid.models.MediaJobOutput
-
Packages that use MediaJobOutput Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of MediaJobOutput in com.microsoft.azure.eventgrid.models
Subclasses of MediaJobOutput in com.microsoft.azure.eventgrid.models Modifier and Type Class Description classMediaJobOutputAssetThe event data for a Job output asset.Methods in com.microsoft.azure.eventgrid.models that return MediaJobOutput Modifier and Type Method Description MediaJobOutputMediaJobOutputStateChangeEventData. output()Get gets the output.MediaJobOutputMediaJobOutput. withError(MediaJobError error)Set gets the Job output error.MediaJobOutputMediaJobOutput. withLabel(String label)Set gets the Job output label.Methods in com.microsoft.azure.eventgrid.models that return types with arguments of type MediaJobOutput Modifier and Type Method Description List<MediaJobOutput>MediaJobCanceledEventData. outputs()Get gets the Job outputs.List<MediaJobOutput>MediaJobErroredEventData. outputs()Get gets the Job outputs.List<MediaJobOutput>MediaJobFinishedEventData. outputs()Get gets the Job outputs.Methods in com.microsoft.azure.eventgrid.models with parameters of type MediaJobOutput Modifier and Type Method Description MediaJobOutputStateChangeEventDataMediaJobOutputStateChangeEventData. withOutput(MediaJobOutput output)Set gets the output.Method parameters in com.microsoft.azure.eventgrid.models with type arguments of type MediaJobOutput Modifier and Type Method Description MediaJobCanceledEventDataMediaJobCanceledEventData. withOutputs(List<MediaJobOutput> outputs)Set gets the Job outputs.MediaJobErroredEventDataMediaJobErroredEventData. withOutputs(List<MediaJobOutput> outputs)Set gets the Job outputs.MediaJobFinishedEventDataMediaJobFinishedEventData. withOutputs(List<MediaJobOutput> outputs)Set gets the Job outputs.
-