Freigeben über


JobsOperationsExtensions.Create Methode

Definition

Auftrag erstellen

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

Parameter

operations
IJobsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe innerhalb des Azure-Abonnements.

accountName
String

Der Name des Media Services-Kontos.

transformName
String

Der Name der Transformation.

jobName
String

Der Auftragsname.

parameters
Job

Die Anforderungsparameter

Gibt zurück

Job

Hinweise

Erstellt einen Auftrag.

Gilt für: