JobCollectionOperationsExtensions::BeginDeleting Method (IJobCollectionOperations^, String^, String^)

 

Deletes a job collection.

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

public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginDeleting(
	IJobCollectionOperations^ operations,
	String^ cloudServiceName,
	String^ jobCollectionName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Scheduler::IJobCollectionOperations^

Reference to the Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.

cloudServiceName
Type: System::String^

Required. The name of the cloud service.

jobCollectionName
Type: System::String^

Required. The name of the job collection to delete.

Return Value

Type: Microsoft.Azure::AzureOperationResponse^

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

Return to top
Show: