JobOperationsExtensions.Delete Method (IJobOperations, String)
Deletes a job.
Namespace: Microsoft.WindowsAzure.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public static AzureOperationResponse Delete(
this IJobOperations operations,
string jobId
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
IJobOperations^ operations,
String^ jobId
)
static member Delete :
operations:IJobOperations *
jobId:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
operations As IJobOperations,
jobId As String
) As AzureOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Scheduler.IJobOperationsReference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
jobId
Type: System.StringRequired. Id of the job to delete.
Return Value
Type: Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
JobOperationsExtensions Class
Microsoft.WindowsAzure.Scheduler Namespace
Return to top