CloudJobScheduleOperationsExtensions.DeleteAsync Method (ICloudJobScheduleOperations, String, CloudJobScheduleDeleteParameters)

 

Deletes a job schedule from the specified account.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public static Task<CloudJobScheduleDeleteResponse> DeleteAsync(
    this ICloudJobScheduleOperations operations,
    string jobScheduleId,
    CloudJobScheduleDeleteParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudJobScheduleDeleteResponse^>^ DeleteAsync(
    ICloudJobScheduleOperations^ operations,
    String^ jobScheduleId,
    CloudJobScheduleDeleteParameters^ parameters
)
static member DeleteAsync : 
        operations:ICloudJobScheduleOperations *
        jobScheduleId:string *
        parameters:CloudJobScheduleDeleteParameters -> Task<CloudJobScheduleDeleteResponse>
<ExtensionAttribute>
Public Shared Function DeleteAsync (
    operations As ICloudJobScheduleOperations,
    jobScheduleId As String,
    parameters As CloudJobScheduleDeleteParameters
) As Task(Of CloudJobScheduleDeleteResponse)

Parameters

  • jobScheduleId
    Type: System.String

    Required. The id of the job schedule to delete.

Return Value

Type: System.Threading.Tasks.Task<CloudJobScheduleDeleteResponse>

Response to a CloudJobScheduleOperations.Delete request.

See Also

CloudJobScheduleOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top