PlanetaryComputerOperationStatusHistoryItem 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.
Operation status history item.
public class PlanetaryComputerOperationStatusHistoryItem : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.PlanetaryComputerOperationStatusHistoryItem>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.PlanetaryComputerOperationStatusHistoryItem>
type PlanetaryComputerOperationStatusHistoryItem = class
interface IJsonModel<PlanetaryComputerOperationStatusHistoryItem>
interface IPersistableModel<PlanetaryComputerOperationStatusHistoryItem>
Public Class PlanetaryComputerOperationStatusHistoryItem
Implements IJsonModel(Of PlanetaryComputerOperationStatusHistoryItem), IPersistableModel(Of PlanetaryComputerOperationStatusHistoryItem)
- Inheritance
-
PlanetaryComputerOperationStatusHistoryItem
- Implements
Properties
| Name | Description |
|---|---|
| ErrorCode |
If the status is failed, the error code. |
| ErrorMessage |
If the status is failed, the error message. |
| OccurredOn |
The UTC time at which the status was set. |
| Status |
The status of the operation. |