JobsOperationsExtensions.UpdateAsync Method

Definition

Update Job

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.Job> UpdateAsync (this Microsoft.Azure.Management.Media.IJobsOperations operations, string resourceGroupName, string accountName, string transformName, string jobName, Microsoft.Azure.Management.Media.Models.Job parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Media.IJobsOperations * string * string * string * string * Microsoft.Azure.Management.Media.Models.Job * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.Job>
<Extension()>
Public Function UpdateAsync (operations As IJobsOperations, resourceGroupName As String, accountName As String, transformName As String, jobName As String, parameters As Job, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Job)

Parameters

operations
IJobsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the Azure subscription.

accountName
String

The Media Services account name.

transformName
String

The Transform name.

jobName
String

The Job name.

parameters
Job

The request parameters

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Update is only supported for description and priority. Updating Priority will take effect when the Job state is Queued or Scheduled and depending on the timing the priority update may be ignored.

Applies to