Click or drag to resize
DeleteOptions Class
Defines the options provided when deleting a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractDeleteOptions

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class DeleteOptions : IExtensibleDataObject

The DeleteOptions type exposes the following members.

Constructors
  NameDescription
Public methodDeleteOptions
Top
Properties
  NameDescription
Public propertyDeleteOnClusterResourceOffline
This value is true if the job is deleted because the target cluster resource went offline; otherwise, it is false.
Public propertyDeleteReplica
This value is true if the replica virtual machine should be deleted when the job is deleted; otherwise, it is false.
Public propertyDiscardTargetQueue
This value is true if any operations in the target queue should be deleted when the job is deleted; otherwise, it is false.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyImageOptions
This value represents how the image of a DR protection job will be handled when a job is deleted.
Top
See Also