JobOperationsExtensions.Delete Method (IJobOperations, String)
Deletes a job.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
<ExtensionAttribute> Public Shared Function Delete ( operations As IJobOperations, jobId As String ) As 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: Microsoft.Azure.AzureOperationResponseA standard service response including an HTTP status code and request ID.
Show: