JobOperationsExtensions.DeleteAsync Method (IJobOperations, String)

 

Deletes a job.

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

<ExtensionAttribute>
Public Shared Function DeleteAsync (
	operations As IJobOperations,
	jobId As String
) As Task(Of AzureOperationResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Scheduler.IJobOperations

Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.

jobId
Type: System.String

Required. Id of the job to delete.

Return Value

Type: System.Threading.Tasks.Task(Of AzureOperationResponse)

A standard service response including an HTTP status code and request ID.

Return to top
Show: