JobCollectionOperationsExtensions.BeginDeletingAsync Method (IJobCollectionOperations, String, String)
Deletes a job collection.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
<ExtensionAttribute> Public Shared Function BeginDeletingAsync ( operations As IJobCollectionOperations, cloudServiceName As String, jobCollectionName As String ) As Task(Of AzureOperationResponse)
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: System.Threading.Tasks.Task(Of AzureOperationResponse)A standard service response including an HTTP status code and request ID.
Show: