JobsOperationsExtensions.CreateAsync 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.
Create Job
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.Job> CreateAsync (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 CreateAsync : 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 CreateAsync (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
Creates a Job.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET