OnDemandDiscoveryTaskDataItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents the data item returned from the on demand discovery execution task.
public ref class OnDemandDiscoveryTaskDataItem
public class OnDemandDiscoveryTaskDataItem
type OnDemandDiscoveryTaskDataItem = class
Public Class OnDemandDiscoveryTaskDataItem
- Inheritance
-
OnDemandDiscoveryTaskDataItem
Constructors
| OnDemandDiscoveryTaskDataItem() |
Fields
| timeDiscoveryDataWasCreated |
The time discovery data was created on agent. |
Properties
| SourceHealthServiceId |
Gets the source HealthService id. |
| StatusValue |
Gets the request result. |
| TimeDataItemCreated |
Gets the time data item was created. |
| TimeDiscoveryDataCreated |
Gets the time discovery data was created on agent. |
Methods
| InitializeFromString(String) |
Initializes the OnDemandDiscoveryTaskDataItem object using the input data item text. |