Uses of Class
com.microsoft.azure.eventgrid.models.MediaJobOutputStateChangeEventData
-
Packages that use MediaJobOutputStateChangeEventData Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of MediaJobOutputStateChangeEventData in com.microsoft.azure.eventgrid.models
Subclasses of MediaJobOutputStateChangeEventData in com.microsoft.azure.eventgrid.models Modifier and Type Class Description classMediaJobOutputCanceledEventDataJob output canceled event data.classMediaJobOutputCancelingEventDataJob output canceling event data.classMediaJobOutputErroredEventDataJob output error event data.classMediaJobOutputFinishedEventDataJob output finished event data.classMediaJobOutputProcessingEventDataJob output processing event data.classMediaJobOutputScheduledEventDataJob output scheduled event data.Methods in com.microsoft.azure.eventgrid.models that return MediaJobOutputStateChangeEventData Modifier and Type Method Description MediaJobOutputStateChangeEventDataMediaJobOutputStateChangeEventData. withJobCorrelationData(Map<String,String> jobCorrelationData)Set gets the Job correlation data.MediaJobOutputStateChangeEventDataMediaJobOutputStateChangeEventData. withOutput(MediaJobOutput output)Set gets the output.
-