Click or drag to resize
DeleteJobRequestModel Class
Delete job request model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsDeleteJobRequestModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class DeleteJobRequestModel

The DeleteJobRequestModel type exposes the following members.

Constructors
  NameDescription
Public methodDeleteJobRequestModel
Initializes a new instance of the DeleteJobRequestModel class
Top
Properties
  NameDescription
Public propertyDeleteReplica
Gets or sets a value indicating whether or not to delete the replica virtual machine.
Public propertyDiscardTargetQueue
Gets or sets a value indicating whether or not to discard any replication or mirror operations in the target queue.
Public propertyImageOptions
Gets or sets the option for what to do with the image when the job is deleted.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also