Click or drag to resize

JobInfo Properties

The JobInfo type exposes the following members.

Properties
  Name Description
Public property CreatorUserName
This value is the name of the user who created the job.
Public property ExtensionData
Gets or sets the structure that contains extra data.
Public property Features
This value represents a service endpoint that provides additional features for a job.
Public property Id
This value is the unique ID for the job.
Public property JobType
This value is the type of job.

ClusterAwareFilesAndFolders—Cluster-aware files and folders job

ClusterAwareSql—Cluster-aware SQL job

Diagnostics—Throughput Diagnostic Utility job

FilesAndFolders—Files and folders job

FullServerFailover—Full server job

LinuxFullServerFailover—Full server job

LinuxMoveServerMigration—Full server migration job

Lvra—Full server to ESX job

MoveDataOnlyMigration—Data migration job

MoveServerMigration—Full server migration job

MoveLvra—Full server to ESX migration

SQL—SQL job

VRA—Full server to ESX or full server to Hyper-V job

VraMove—Full server to ESX migration or full server to Hyper-V migration job

Public property LoadedFromDisk
This value is true if the job was loaded from persistence; otherwise, it is false.
Public property Managed
This value is true if the job is managed; otherwise, it is false. This property is intended to be used by transitional implementations of jobs that want to allow their jobs to be visible to the job manager, but will be responsible for creating those jobs and managing their lifetime.
Public property Options
This value represents the current options for the job.
Public property OtherHostUris
This value is the URIs for other servers involved in the job.
Public property SourceHostUri
This value is the source URI.
Public property SourceHostUriDefault
Public property SourceHostUriLocked
True if management communication is restricted to the uri specified in SourceNetowrkIdForManagementService
Public property SourceUniqueId
This value is the unique ID of the source server.
Public property Statistics
This value represents the current statistics of the job
Public property Status
This value represents the current state of the job.
Public property TargetHostUri
This value is the target URI.
Public property TargetHostUriLocked
Management Service ip locking is not implemented for the Target, but this property has been added for parity with Source because it is needed in many places. Rather than hardcoding it everywhere with a comment, it makes more sense to hardcode it here and add a comment in one place. Target Host Uri is never locked so always return false;
Public property TargetUniqueId
This value is the unique ID of the target server.
Top
See Also