MediaJobResource.Update(MediaJobData, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs/{jobName}
- Operation Id: Jobs_Update
public virtual Azure.Response<Azure.ResourceManager.Media.MediaJobResource> Update (Azure.ResourceManager.Media.MediaJobData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Media.MediaJobData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Media.MediaJobResource>
override this.Update : Azure.ResourceManager.Media.MediaJobData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Media.MediaJobResource>
Public Overridable Function Update (data As MediaJobData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MediaJobResource)
Parameters
- data
- MediaJobData
The request parameters.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET