215 строки
16 KiB
YAML
215 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties"
|
|
name: "JobProperties"
|
|
nameWithType: "JobProperties"
|
|
summary: "Properties of the Job."
|
|
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 **JobProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.JobProperties()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.JobProperties()"
|
|
name: "JobProperties()"
|
|
nameWithType: "JobProperties.JobProperties()"
|
|
summary: "Creates an instance of Job<wbr>Properties class."
|
|
syntax: "public JobProperties()"
|
|
desc: "Creates an instance of JobProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.correlationData()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.correlationData()"
|
|
name: "correlationData()"
|
|
nameWithType: "JobProperties.correlationData()"
|
|
summary: "Get the correlation<wbr>Data property: Customer provided key, value pairs that will be returned in Job and Job<wbr>Output state events."
|
|
syntax: "public Map<String,String> correlationData()"
|
|
desc: "Get the correlationData property: Customer provided key, value pairs that will be returned in Job and JobOutput state events."
|
|
returns:
|
|
description: "the correlationData value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.created()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.created()"
|
|
name: "created()"
|
|
nameWithType: "JobProperties.created()"
|
|
summary: "Get the created property: The UTC date and time when the customer has created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format."
|
|
syntax: "public OffsetDateTime created()"
|
|
desc: "Get the created property: The UTC date and time when the customer has created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format."
|
|
returns:
|
|
description: "the created value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.description()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.description()"
|
|
name: "description()"
|
|
nameWithType: "JobProperties.description()"
|
|
summary: "Get the description property: Optional customer supplied description of the Job."
|
|
syntax: "public String description()"
|
|
desc: "Get the description property: Optional customer supplied description of the Job."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.endTime()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.endTime()"
|
|
name: "endTime()"
|
|
nameWithType: "JobProperties.endTime()"
|
|
summary: "Get the end<wbr>Time property: The UTC date and time at which this Job finished processing."
|
|
syntax: "public OffsetDateTime endTime()"
|
|
desc: "Get the endTime property: The UTC date and time at which this Job finished processing."
|
|
returns:
|
|
description: "the endTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.input()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.input()"
|
|
name: "input()"
|
|
nameWithType: "JobProperties.input()"
|
|
summary: "Get the input property: The inputs for the Job."
|
|
syntax: "public JobInput input()"
|
|
desc: "Get the input property: The inputs for the Job."
|
|
returns:
|
|
description: "the input value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.JobInput?alt=com.azure.resourcemanager.mediaservices.models.JobInput&text=JobInput\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.lastModified()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.lastModified()"
|
|
name: "lastModified()"
|
|
nameWithType: "JobProperties.lastModified()"
|
|
summary: "Get the last<wbr>Modified property: The UTC date and time when the customer has last updated the Job, in 'YYYY-MM-DDThh:mm:ssZ' format."
|
|
syntax: "public OffsetDateTime lastModified()"
|
|
desc: "Get the lastModified property: The UTC date and time when the customer has last updated the Job, in 'YYYY-MM-DDThh:mm:ssZ' format."
|
|
returns:
|
|
description: "the lastModified value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.outputs()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.outputs()"
|
|
name: "outputs()"
|
|
nameWithType: "JobProperties.outputs()"
|
|
summary: "Get the outputs property: The outputs for the Job."
|
|
syntax: "public List<JobOutput> outputs()"
|
|
desc: "Get the outputs property: The outputs for the Job."
|
|
returns:
|
|
description: "the outputs value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mediaservices.models.JobOutput?alt=com.azure.resourcemanager.mediaservices.models.JobOutput&text=JobOutput\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.priority()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.priority()"
|
|
name: "priority()"
|
|
nameWithType: "JobProperties.priority()"
|
|
summary: "Get the priority property: Priority with which the job should be processed."
|
|
syntax: "public Priority priority()"
|
|
desc: "Get the priority property: Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal."
|
|
returns:
|
|
description: "the priority 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.fluent.models.JobProperties.startTime()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.startTime()"
|
|
name: "startTime()"
|
|
nameWithType: "JobProperties.startTime()"
|
|
summary: "Get the start<wbr>Time property: The UTC date and time at which this Job began processing."
|
|
syntax: "public OffsetDateTime startTime()"
|
|
desc: "Get the startTime property: The UTC date and time at which this Job began processing."
|
|
returns:
|
|
description: "the startTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.state()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.state()"
|
|
name: "state()"
|
|
nameWithType: "JobProperties.state()"
|
|
summary: "Get the state property: The current state of the job."
|
|
syntax: "public JobState state()"
|
|
desc: "Get the state property: The current state of the job."
|
|
returns:
|
|
description: "the state value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.JobState?alt=com.azure.resourcemanager.mediaservices.models.JobState&text=JobState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "JobProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.withCorrelationData(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.withCorrelationData(Map<String,String> correlationData)"
|
|
name: "withCorrelationData(Map<String,String> correlationData)"
|
|
nameWithType: "JobProperties.withCorrelationData(Map<String,String> correlationData)"
|
|
summary: "Set the correlation<wbr>Data property: Customer provided key, value pairs that will be returned in Job and Job<wbr>Output state events."
|
|
parameters:
|
|
- description: "the correlationData value to set."
|
|
name: "correlationData"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public JobProperties withCorrelationData(Map<String,String> correlationData)"
|
|
desc: "Set the correlationData property: Customer provided key, value pairs that will be returned in Job and JobOutput state events."
|
|
returns:
|
|
description: "the JobProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.JobProperties?alt=com.azure.resourcemanager.mediaservices.fluent.models.JobProperties&text=JobProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.withDescription(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "JobProperties.withDescription(String description)"
|
|
summary: "Set the description property: Optional customer supplied description of the Job."
|
|
parameters:
|
|
- description: "the description value to set."
|
|
name: "description"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public JobProperties withDescription(String description)"
|
|
desc: "Set the description property: Optional customer supplied description of the Job."
|
|
returns:
|
|
description: "the JobProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.JobProperties?alt=com.azure.resourcemanager.mediaservices.fluent.models.JobProperties&text=JobProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.withInput(com.azure.resourcemanager.mediaservices.models.JobInput)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.withInput(JobInput input)"
|
|
name: "withInput(JobInput input)"
|
|
nameWithType: "JobProperties.withInput(JobInput input)"
|
|
summary: "Set the input property: The inputs for the Job."
|
|
parameters:
|
|
- description: "the input value to set."
|
|
name: "input"
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.JobInput?alt=com.azure.resourcemanager.mediaservices.models.JobInput&text=JobInput\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JobProperties withInput(JobInput input)"
|
|
desc: "Set the input property: The inputs for the Job."
|
|
returns:
|
|
description: "the JobProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.JobProperties?alt=com.azure.resourcemanager.mediaservices.fluent.models.JobProperties&text=JobProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.withOutputs(java.util.List<com.azure.resourcemanager.mediaservices.models.JobOutput>)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.withOutputs(List<JobOutput> outputs)"
|
|
name: "withOutputs(List<JobOutput> outputs)"
|
|
nameWithType: "JobProperties.withOutputs(List<JobOutput> outputs)"
|
|
summary: "Set the outputs property: The outputs for the Job."
|
|
parameters:
|
|
- description: "the outputs value to set."
|
|
name: "outputs"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mediaservices.models.JobOutput?alt=com.azure.resourcemanager.mediaservices.models.JobOutput&text=JobOutput\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public JobProperties withOutputs(List<JobOutput> outputs)"
|
|
desc: "Set the outputs property: The outputs for the Job."
|
|
returns:
|
|
description: "the JobProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.JobProperties?alt=com.azure.resourcemanager.mediaservices.fluent.models.JobProperties&text=JobProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.withPriority(com.azure.resourcemanager.mediaservices.models.Priority)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.JobProperties.withPriority(Priority priority)"
|
|
name: "withPriority(Priority priority)"
|
|
nameWithType: "JobProperties.withPriority(Priority priority)"
|
|
summary: "Set the priority property: Priority with which the job should be processed."
|
|
parameters:
|
|
- description: "the priority value to set."
|
|
name: "priority"
|
|
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 JobProperties withPriority(Priority priority)"
|
|
desc: "Set the priority property: Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal."
|
|
returns:
|
|
description: "the JobProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.JobProperties?alt=com.azure.resourcemanager.mediaservices.fluent.models.JobProperties&text=JobProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Properties of the Job."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|