Click or drag to resize

ImageProtectionOptions Class

Represents options for working with the image protection feature of a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractImageProtectionOptions

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

The ImageProtectionOptions type exposes the following members.

Constructors
  NameDescription
Public methodImageProtectionOptions
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyImageId
This value is the unique ID of the image that contains the protected data from the source.
Public propertyImageName
This value is the name of the image that contains the protected data from the source.
Public propertyVhdInfo
This value represents information about a virtual hard disk used to store an image.
Public propertyVhdsToDeleteOnRemove
This value is a list of .vhd files to delete from disk when the corresponding protected volume is has been removed from the image. This value is specified by volume letter.
Top
See Also