ICloudJobScheduleOperations.DeleteAsync Method (String, CloudJobScheduleDeleteParameters, CancellationToken)
Deletes a job schedule from the specified account.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
Task<CloudJobScheduleDeleteResponse> DeleteAsync(
string jobScheduleId,
CloudJobScheduleDeleteParameters parameters,
CancellationToken cancellationToken
)
Task<CloudJobScheduleDeleteResponse^>^ DeleteAsync(
String^ jobScheduleId,
CloudJobScheduleDeleteParameters^ parameters,
CancellationToken cancellationToken
)
abstract DeleteAsync :
jobScheduleId:string *
parameters:CloudJobScheduleDeleteParameters *
cancellationToken:CancellationToken -> Task<CloudJobScheduleDeleteResponse>
Function DeleteAsync (
jobScheduleId As String,
parameters As CloudJobScheduleDeleteParameters,
cancellationToken As CancellationToken
) As Task(Of CloudJobScheduleDeleteResponse)
Parameters
jobScheduleId
Type: System.StringThe id of the job schedule to delete.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleDeleteParametersThe parameters for the request.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<CloudJobScheduleDeleteResponse>
Response to a CloudJobScheduleOperations.Delete request.
See Also
ICloudJobScheduleOperations Interface
Microsoft.Azure.Batch.Protocol Namespace
Return to top