Freigeben über


JobsOperationsExtensions.CancelJob Methode

Definition

Dient zum Abbrechen von Aufträgen.

public static void CancelJob(this Microsoft.Azure.Management.Media.IJobsOperations operations, string resourceGroupName, string accountName, string transformName, string jobName);
static member CancelJob : Microsoft.Azure.Management.Media.IJobsOperations * string * string * string * string -> unit
<Extension()>
Public Sub CancelJob (operations As IJobsOperations, resourceGroupName As String, accountName As String, transformName As String, jobName As String)

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 Transformationsname.

jobName
String

Der Auftragsname.

Hinweise

Abbrechen eines Auftrags.

Gilt für: