| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaJobOutputAsset
The event data for a Job output asset.
|
| Modifier and Type | Method and Description |
|---|---|
MediaJobOutput |
MediaJobOutputStateChangeEventData.output()
Get gets the output.
|
MediaJobOutput |
MediaJobOutput.withError(MediaJobError error)
Set gets the Job output error.
|
MediaJobOutput |
MediaJobOutput.withLabel(String label)
Set gets the Job output label.
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaJobOutput> |
MediaJobFinishedEventData.outputs()
Get gets the Job outputs.
|
List<MediaJobOutput> |
MediaJobErroredEventData.outputs()
Get gets the Job outputs.
|
List<MediaJobOutput> |
MediaJobCanceledEventData.outputs()
Get gets the Job outputs.
|
| Modifier and Type | Method and Description |
|---|---|
MediaJobOutputStateChangeEventData |
MediaJobOutputStateChangeEventData.withOutput(MediaJobOutput output)
Set gets the output.
|
| Modifier and Type | Method and Description |
|---|---|
MediaJobFinishedEventData |
MediaJobFinishedEventData.withOutputs(List<MediaJobOutput> outputs)
Set gets the Job outputs.
|
MediaJobErroredEventData |
MediaJobErroredEventData.withOutputs(List<MediaJobOutput> outputs)
Set gets the Job outputs.
|
MediaJobCanceledEventData |
MediaJobCanceledEventData.withOutputs(List<MediaJobOutput> outputs)
Set gets the Job outputs.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/