TestimoX

API Reference

Class

HyperVVirtualMachineJobInfo

Namespace ComputerX.HyperV
Assembly ComputerX
Modifiers sealed

Describes a Hyper-V WMI job returned by an asynchronous virtual machine operation.

Inheritance

  • Object
  • HyperVVirtualMachineJobInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public HyperVVirtualMachineJobInfo() #

Properties

public String ComputerName { get; set; } #

Gets the target computer name.

public String JobPath { get; set; } #

Gets the raw WMI job object path.

public String InstanceId { get; set; } #

Gets the WMI job instance identifier.

public Nullable<UInt16> JobState { get; set; } #

Gets the Hyper-V WMI job state value.

public String JobStateName { get; set; } #

Gets the Hyper-V WMI job state name.

public Nullable<UInt16> PercentComplete { get; set; } #

Gets the job percent complete, when reported by Hyper-V.

public Nullable<UInt16> ErrorCode { get; set; } #

Gets the Hyper-V WMI job error code, when present.

public String ErrorDescription { get; set; } #

Gets the Hyper-V WMI job error description, when present.

public Boolean IsTerminal { get; set; } #

Gets a value indicating whether the job reached a terminal state.

public Boolean Succeeded { get; set; } #

Gets a value indicating whether the job completed successfully.

public String DataSource { get; set; } #

Gets the backing data source.