Click or drag to resize
RecommendedJobOptionsJobQualificationResults Property
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.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public JobQualificationResults JobQualificationResults { get; set; }

Property Value

Type: JobQualificationResults
The job qualification results.
Remarks
The job qualification results are used to communicate other possible option for a job, outside of the options that are strictly recommended. For example, the [P:JobOptions] property may recommend a specific IP address as the target route, but the [P:JobQualificationResults] property may include the other IP addresses on the server.
See Also