Uses of Class
com.azure.resourcemanager.mediaservices.fluent.models.JobInner
Package
Description
Package containing the service clients for AzureMediaServices.
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of JobInner in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptionJobsClient.create
(String resourceGroupName, String accountName, String transformName, String jobName, JobInner parameters) Create JobGet JobJobsClient.update
(String resourceGroupName, String accountName, String transformName, String jobName, JobInner parameters) Update JobModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<JobInner>
JobsClient.createWithResponse
(String resourceGroupName, String accountName, String transformName, String jobName, JobInner parameters, com.azure.core.util.Context context) Create Jobcom.azure.core.http.rest.Response<JobInner>
JobsClient.getWithResponse
(String resourceGroupName, String accountName, String transformName, String jobName, com.azure.core.util.Context context) Get Jobcom.azure.core.http.rest.PagedIterable<JobInner>
List Jobscom.azure.core.http.rest.PagedIterable<JobInner>
JobsClient.list
(String resourceGroupName, String accountName, String transformName, String filter, String orderby, com.azure.core.util.Context context) List Jobscom.azure.core.http.rest.Response<JobInner>
JobsClient.updateWithResponse
(String resourceGroupName, String accountName, String transformName, String jobName, JobInner parameters, com.azure.core.util.Context context) Update JobModifier and TypeMethodDescriptionJobsClient.create
(String resourceGroupName, String accountName, String transformName, String jobName, JobInner parameters) Create Jobcom.azure.core.http.rest.Response<JobInner>
JobsClient.createWithResponse
(String resourceGroupName, String accountName, String transformName, String jobName, JobInner parameters, com.azure.core.util.Context context) Create JobJobsClient.update
(String resourceGroupName, String accountName, String transformName, String jobName, JobInner parameters) Update Jobcom.azure.core.http.rest.Response<JobInner>
JobsClient.updateWithResponse
(String resourceGroupName, String accountName, String transformName, String jobName, JobInner parameters, com.azure.core.util.Context context) Update Job -
Uses of JobInner in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionJobInner.withCorrelationData
(Map<String, String> correlationData) Set the correlationData property: Customer provided key, value pairs that will be returned in Job and JobOutput state events.JobInner.withDescription
(String description) Set the description property: Optional customer supplied description of the Job.Set the input property: The inputs for the Job.JobInner.withOutputs
(List<JobOutput> outputs) Set the outputs property: The outputs for the Job.JobInner.withPriority
(Priority priority) Set the priority property: Priority with which the job should be processed. -
Uses of JobInner in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionJob.innerModel()
Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.JobInner object.Modifier and TypeMethodDescriptionJobCollection.value()
Get the value property: A collection of Job items.Modifier and TypeMethodDescriptionSet the value property: A collection of Job items.