Click or drag to resize
DeleteOptionsModel Class
Delete options.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsDeleteOptionsModel

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

The DeleteOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodDeleteOptionsModel
Initializes a new instance of the DeleteOptionsModel class
Top
Properties
  NameDescription
Public propertyDeleteOnClusterResourceOffline
Gets or sets a value indicating whether the job is deleted because the target cluster resource went offline.
Public propertyDeleteReplica
Gets or sets a value indicating whether the replica virtual machine should be deleted when the job is deleted.
Public propertyDiscardTargetQueue
Gets or sets a value indicating whether any operations in the target queue should be deleted when the job is deleted.
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