Click or drag to resize
RecommendedJobOptions Class
Represents the recommended options for a job and potential values for those options.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractRecommendedJobOptions

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

The RecommendedJobOptions type exposes the following members.

Constructors
  NameDescription
Public methodRecommendedJobOptions
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyJobOptions
This value represents the current options for the job.
Public propertyJobQualificationResults
This value represents the job qualification results which are other possible job options, in addition to those that are strictly recommended. For example, JobOptions.CoreConnectionOptions. TargetAddress may be the recommended address, but JobQualificationResults.CoreQualificationResults.TargetIPAddresses may include other IP addresses on the server.
Top
See Also