azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

117 строки
9.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.TransformOutput"
fullName: "com.azure.resourcemanager.mediaservices.models.TransformOutput"
name: "TransformOutput"
nameWithType: "TransformOutput"
summary: "Describes the properties of a Transform<wbr>Output, which are the rules to be applied while generating the desired output."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **TransformOutput**"
constructors:
- uid: "com.azure.resourcemanager.mediaservices.models.TransformOutput.TransformOutput()"
fullName: "com.azure.resourcemanager.mediaservices.models.TransformOutput.TransformOutput()"
name: "TransformOutput()"
nameWithType: "TransformOutput.TransformOutput()"
summary: "Creates an instance of Transform<wbr>Output class."
syntax: "public TransformOutput()"
desc: "Creates an instance of TransformOutput class."
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.TransformOutput.onError()"
fullName: "com.azure.resourcemanager.mediaservices.models.TransformOutput.onError()"
name: "onError()"
nameWithType: "TransformOutput.onError()"
summary: "Get the on<wbr>Error property: A Transform can define more than one outputs."
syntax: "public OnErrorType onError()"
desc: "Get the onError property: A Transform can define more than one outputs. This property defines what the service should do when one output fails - either continue to produce other outputs, or, stop the other outputs. The overall Job state will not reflect failures of outputs that are specified with 'ContinueJob'. The default is 'StopProcessingJob'."
returns:
description: "the onError value."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.OnErrorType?alt=com.azure.resourcemanager.mediaservices.models.OnErrorType&text=OnErrorType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.TransformOutput.preset()"
fullName: "com.azure.resourcemanager.mediaservices.models.TransformOutput.preset()"
name: "preset()"
nameWithType: "TransformOutput.preset()"
summary: "Get the preset property: Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output."
syntax: "public Preset preset()"
desc: "Get the preset property: Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output."
returns:
description: "the preset value."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Preset?alt=com.azure.resourcemanager.mediaservices.models.Preset&text=Preset\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.TransformOutput.relativePriority()"
fullName: "com.azure.resourcemanager.mediaservices.models.TransformOutput.relativePriority()"
name: "relativePriority()"
nameWithType: "TransformOutput.relativePriority()"
summary: "Get the relative<wbr>Priority property: Sets the relative priority of the Transform<wbr>Outputs within a Transform."
syntax: "public Priority relativePriority()"
desc: "Get the relativePriority property: Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal."
returns:
description: "the relativePriority value."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Priority?alt=com.azure.resourcemanager.mediaservices.models.Priority&text=Priority\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.TransformOutput.validate()"
fullName: "com.azure.resourcemanager.mediaservices.models.TransformOutput.validate()"
name: "validate()"
nameWithType: "TransformOutput.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mediaservices.models.TransformOutput.withOnError(com.azure.resourcemanager.mediaservices.models.OnErrorType)"
fullName: "com.azure.resourcemanager.mediaservices.models.TransformOutput.withOnError(OnErrorType onError)"
name: "withOnError(OnErrorType onError)"
nameWithType: "TransformOutput.withOnError(OnErrorType onError)"
summary: "Set the on<wbr>Error property: A Transform can define more than one outputs."
parameters:
- description: "the onError value to set."
name: "onError"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.OnErrorType?alt=com.azure.resourcemanager.mediaservices.models.OnErrorType&text=OnErrorType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TransformOutput withOnError(OnErrorType onError)"
desc: "Set the onError property: A Transform can define more than one outputs. This property defines what the service should do when one output fails - either continue to produce other outputs, or, stop the other outputs. The overall Job state will not reflect failures of outputs that are specified with 'ContinueJob'. The default is 'StopProcessingJob'."
returns:
description: "the TransformOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.TransformOutput?alt=com.azure.resourcemanager.mediaservices.models.TransformOutput&text=TransformOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.TransformOutput.withPreset(com.azure.resourcemanager.mediaservices.models.Preset)"
fullName: "com.azure.resourcemanager.mediaservices.models.TransformOutput.withPreset(Preset preset)"
name: "withPreset(Preset preset)"
nameWithType: "TransformOutput.withPreset(Preset preset)"
summary: "Set the preset property: Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output."
parameters:
- description: "the preset value to set."
name: "preset"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Preset?alt=com.azure.resourcemanager.mediaservices.models.Preset&text=Preset\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TransformOutput withPreset(Preset preset)"
desc: "Set the preset property: Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output."
returns:
description: "the TransformOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.TransformOutput?alt=com.azure.resourcemanager.mediaservices.models.TransformOutput&text=TransformOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.TransformOutput.withRelativePriority(com.azure.resourcemanager.mediaservices.models.Priority)"
fullName: "com.azure.resourcemanager.mediaservices.models.TransformOutput.withRelativePriority(Priority relativePriority)"
name: "withRelativePriority(Priority relativePriority)"
nameWithType: "TransformOutput.withRelativePriority(Priority relativePriority)"
summary: "Set the relative<wbr>Priority property: Sets the relative priority of the Transform<wbr>Outputs within a Transform."
parameters:
- description: "the relativePriority value to set."
name: "relativePriority"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Priority?alt=com.azure.resourcemanager.mediaservices.models.Priority&text=Priority\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TransformOutput withRelativePriority(Priority relativePriority)"
desc: "Set the relativePriority property: Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal."
returns:
description: "the TransformOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.TransformOutput?alt=com.azure.resourcemanager.mediaservices.models.TransformOutput&text=TransformOutput\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the properties of a TransformOutput, which are the rules to be applied while generating the desired output."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0