次の方法で共有


JobsOperationsExtensions.Create メソッド

定義

ジョブの作成

public static Microsoft.Azure.Management.Media.Models.Job Create (this Microsoft.Azure.Management.Media.IJobsOperations operations, string resourceGroupName, string accountName, string transformName, string jobName, Microsoft.Azure.Management.Media.Models.Job parameters);
static member Create : Microsoft.Azure.Management.Media.IJobsOperations * string * string * string * string * Microsoft.Azure.Management.Media.Models.Job -> Microsoft.Azure.Management.Media.Models.Job
<Extension()>
Public Function Create (operations As IJobsOperations, resourceGroupName As String, accountName As String, transformName As String, jobName As String, parameters As Job) As Job

パラメーター

operations
IJobsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

accountName
String

Media Services アカウント名。

transformName
String

変換名。

jobName
String

ジョブ名。

parameters
Job

要求パラメーター

戻り値

Job

注釈

ジョブを作成します。

適用対象