Share via


DeleteJobScheduleOperation Class

Definition

Upon success a Job Schedule will be deleted

public class DeleteJobScheduleOperation : Azure.Operation<bool>
type DeleteJobScheduleOperation = class
    inherit Operation<bool>
Public Class DeleteJobScheduleOperation
Inherits Operation(Of Boolean)
Inheritance
DeleteJobScheduleOperation

Constructors

DeleteJobScheduleOperation()

Initializes a new DeleteJobScheduleOperation instance for mocking.

DeleteJobScheduleOperation(BatchClient, String)

Initializes a new DeleteJobScheduleOperation instance

Properties

HasCompleted

Gets a value indicating whether the operation has completed.

HasValue

Gets a value indicating whether the operation completed and successfully produced a value. The Value property is the success of the operation.

Id

Gets an ID representing the operation that can be used to poll for the status of the long-running operation. There are cases that operation id is not available, we return "NOT_SET" for unavailable operation id.

Value

Get the sucess state of the deletion operation

Methods

GetRawResponse()

The last HTTP response received from the server.

UpdateStatus(CancellationToken)

Check for the latest status of the delete operation.

UpdateStatusAsync(CancellationToken)

Check for the latest status of the delete operation.

Applies to