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

271 строка
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.Job"
fullName: "com.azure.resourcemanager.mediaservices.models.Job"
name: "Job"
nameWithType: "Job"
summary: "An immutable client-side representation of Job."
syntax: "public interface **Job**"
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.Job.cancelJob()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.cancelJob()"
name: "cancelJob()"
nameWithType: "Job.cancelJob()"
summary: "Cancel Job"
modifiers:
- "abstract"
syntax: "public abstract void cancelJob()"
desc: "Cancel Job\n\nCancel a Job."
- uid: "com.azure.resourcemanager.mediaservices.models.Job.cancelJobWithResponse(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.cancelJobWithResponse(Context context)"
name: "cancelJobWithResponse(Context context)"
nameWithType: "Job.cancelJobWithResponse(Context context)"
summary: "Cancel Job"
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> cancelJobWithResponse(Context context)"
desc: "Cancel Job\n\nCancel a Job."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.correlationData()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.correlationData()"
name: "correlationData()"
nameWithType: "Job.correlationData()"
summary: "Gets the correlation<wbr>Data property: Customer provided key, value pairs that will be returned in Job and Job<wbr>Output state events."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> correlationData()"
desc: "Gets 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>&lt;<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>&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.created()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.created()"
name: "created()"
nameWithType: "Job.created()"
summary: "Gets the created property: The UTC date and time when the customer has created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime created()"
desc: "Gets 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.models.Job.description()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.description()"
name: "description()"
nameWithType: "Job.description()"
summary: "Gets the description property: Optional customer supplied description of the Job."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets 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.models.Job.endTime()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.endTime()"
name: "endTime()"
nameWithType: "Job.endTime()"
summary: "Gets the end<wbr>Time property: The UTC date and time at which this Job finished processing."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime endTime()"
desc: "Gets 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.models.Job.id()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.id()"
name: "id()"
nameWithType: "Job.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.innerModel()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.innerModel()"
name: "innerModel()"
nameWithType: "Job.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>mediaservices.<wbr>fluent.<wbr>models.<wbr>Job<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract JobInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.JobInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.JobInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.JobInner&text=JobInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.input()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.input()"
name: "input()"
nameWithType: "Job.input()"
summary: "Gets the input property: The inputs for the Job."
modifiers:
- "abstract"
syntax: "public abstract JobInput input()"
desc: "Gets 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.models.Job.lastModified()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.lastModified()"
name: "lastModified()"
nameWithType: "Job.lastModified()"
summary: "Gets 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."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime lastModified()"
desc: "Gets 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.models.Job.name()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.name()"
name: "name()"
nameWithType: "Job.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.outputs()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.outputs()"
name: "outputs()"
nameWithType: "Job.outputs()"
summary: "Gets the outputs property: The outputs for the Job."
modifiers:
- "abstract"
syntax: "public abstract List<JobOutput> outputs()"
desc: "Gets 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>&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.JobOutput?alt=com.azure.resourcemanager.mediaservices.models.JobOutput&text=JobOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.priority()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.priority()"
name: "priority()"
nameWithType: "Job.priority()"
summary: "Gets the priority property: Priority with which the job should be processed."
modifiers:
- "abstract"
syntax: "public abstract Priority priority()"
desc: "Gets 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.models.Job.refresh()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.refresh()"
name: "refresh()"
nameWithType: "Job.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Job refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Job?alt=com.azure.resourcemanager.mediaservices.models.Job&text=Job\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Job.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Job refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Job?alt=com.azure.resourcemanager.mediaservices.models.Job&text=Job\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.resourceGroupName()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Job.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.startTime()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.startTime()"
name: "startTime()"
nameWithType: "Job.startTime()"
summary: "Gets the start<wbr>Time property: The UTC date and time at which this Job began processing."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime startTime()"
desc: "Gets 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.models.Job.state()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.state()"
name: "state()"
nameWithType: "Job.state()"
summary: "Gets the state property: The current state of the job."
modifiers:
- "abstract"
syntax: "public abstract JobState state()"
desc: "Gets 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.models.Job.systemData()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.systemData()"
name: "systemData()"
nameWithType: "Job.systemData()"
summary: "Gets the system<wbr>Data property: The system metadata relating to this resource."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: The system metadata relating to this resource."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.type()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.type()"
name: "type()"
nameWithType: "Job.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.Job.update()"
fullName: "com.azure.resourcemanager.mediaservices.models.Job.update()"
name: "update()"
nameWithType: "Job.update()"
summary: "Begins update for the Job resource."
modifiers:
- "abstract"
syntax: "public abstract Job.Update update()"
desc: "Begins update for the Job resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Job.Update?alt=com.azure.resourcemanager.mediaservices.models.Job.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Job."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0