azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.eventgr...

122 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.eventgrid.models.MediaJobOutput"
fullName: "com.microsoft.azure.eventgrid.models.MediaJobOutput"
name: "MediaJobOutput"
nameWithType: "MediaJobOutput"
summary: "The event data for a Job output."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **MediaJobOutput**"
constructors:
- uid: "com.microsoft.azure.eventgrid.models.MediaJobOutput.MediaJobOutput()"
fullName: "com.microsoft.azure.eventgrid.models.MediaJobOutput.MediaJobOutput()"
name: "MediaJobOutput()"
nameWithType: "MediaJobOutput.MediaJobOutput()"
summary: "Private constructor for deserialization."
modifiers:
- "protected"
syntax: "protected MediaJobOutput()"
desc: "Private constructor for deserialization."
- uid: "com.microsoft.azure.eventgrid.models.MediaJobOutput.MediaJobOutput(long,com.microsoft.azure.eventgrid.models.MediaJobState)"
fullName: "com.microsoft.azure.eventgrid.models.MediaJobOutput.MediaJobOutput(long progress, MediaJobState state)"
name: "MediaJobOutput(long progress, MediaJobState state)"
nameWithType: "MediaJobOutput.MediaJobOutput(long progress, MediaJobState state)"
summary: "Creates an instance of Media<wbr>Job<wbr>Output class."
parameters:
- description: "gets the Job output progress."
name: "progress"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- description: "gets the Job output state. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled'."
name: "state"
type: "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobState?alt=com.microsoft.azure.eventgrid.models.MediaJobState&text=MediaJobState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MediaJobOutput(long progress, MediaJobState state)"
desc: "Creates an instance of MediaJobOutput class."
methods:
- uid: "com.microsoft.azure.eventgrid.models.MediaJobOutput.error()"
fullName: "com.microsoft.azure.eventgrid.models.MediaJobOutput.error()"
name: "error()"
nameWithType: "MediaJobOutput.error()"
summary: "Get gets the Job output error."
syntax: "public MediaJobError error()"
desc: "Get gets the Job output error."
returns:
description: "the error value"
type: "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobError?alt=com.microsoft.azure.eventgrid.models.MediaJobError&text=MediaJobError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.MediaJobOutput.label()"
fullName: "com.microsoft.azure.eventgrid.models.MediaJobOutput.label()"
name: "label()"
nameWithType: "MediaJobOutput.label()"
summary: "Get gets the Job output label."
syntax: "public String label()"
desc: "Get gets the Job output label."
returns:
description: "the label value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.MediaJobOutput.progress()"
fullName: "com.microsoft.azure.eventgrid.models.MediaJobOutput.progress()"
name: "progress()"
nameWithType: "MediaJobOutput.progress()"
summary: "Get gets the Job output progress."
syntax: "public long progress()"
desc: "Get gets the Job output progress."
returns:
description: "the progress value"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.MediaJobOutput.state()"
fullName: "com.microsoft.azure.eventgrid.models.MediaJobOutput.state()"
name: "state()"
nameWithType: "MediaJobOutput.state()"
summary: "Get gets the Job output state."
syntax: "public MediaJobState state()"
desc: "Get gets the Job output state. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled'."
returns:
description: "the state value"
type: "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobState?alt=com.microsoft.azure.eventgrid.models.MediaJobState&text=MediaJobState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.MediaJobOutput.withError(com.microsoft.azure.eventgrid.models.MediaJobError)"
fullName: "com.microsoft.azure.eventgrid.models.MediaJobOutput.withError(MediaJobError error)"
name: "withError(MediaJobError error)"
nameWithType: "MediaJobOutput.withError(MediaJobError error)"
summary: "Set gets the Job output error."
parameters:
- description: "the error value to set"
name: "error"
type: "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobError?alt=com.microsoft.azure.eventgrid.models.MediaJobError&text=MediaJobError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MediaJobOutput withError(MediaJobError error)"
desc: "Set gets the Job output error."
returns:
description: "the MediaJobOutput object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobOutput?alt=com.microsoft.azure.eventgrid.models.MediaJobOutput&text=MediaJobOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.MediaJobOutput.withLabel(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.MediaJobOutput.withLabel(String label)"
name: "withLabel(String label)"
nameWithType: "MediaJobOutput.withLabel(String label)"
summary: "Set gets the Job output label."
parameters:
- description: "the label value to set"
name: "label"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MediaJobOutput withLabel(String label)"
desc: "Set gets the Job output label."
returns:
description: "the MediaJobOutput object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobOutput?alt=com.microsoft.azure.eventgrid.models.MediaJobOutput&text=MediaJobOutput\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The event data for a Job output."
metadata: {}
package: "com.microsoft.azure.eventgrid.models"
artifact: com.microsoft.azure:azure-eventgrid:1.3.0