Share via


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)

Syntax

public static AzureOperationResponse BeginDeleting(
    this IJobCollectionOperations operations,
    string cloudServiceName,
    string jobCollectionName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginDeleting(
    IJobCollectionOperations^ operations,
    String^ cloudServiceName,
    String^ jobCollectionName
)
static member BeginDeleting : 
        operations:IJobCollectionOperations *
        cloudServiceName:string *
        jobCollectionName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function BeginDeleting (
    operations As IJobCollectionOperations,
    cloudServiceName As String,
    jobCollectionName As String
) As AzureOperationResponse

Parameters

  • 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.

See Also

JobCollectionOperationsExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top