OperationalInsightsOperationStatus 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.
The status of operation.
public class OperationalInsightsOperationStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsOperationStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsOperationStatus>
type OperationalInsightsOperationStatus = class
interface IJsonModel<OperationalInsightsOperationStatus>
interface IPersistableModel<OperationalInsightsOperationStatus>
Public Class OperationalInsightsOperationStatus
Implements IJsonModel(Of OperationalInsightsOperationStatus), IPersistableModel(Of OperationalInsightsOperationStatus)
- Inheritance
-
OperationalInsightsOperationStatus
- Implements
Properties
| Name | Description |
|---|---|
| EndTime |
The end time of the operation. |
| Error |
The error object. |
| Id |
The operation Id. |
| Name |
The operation name. |
| StartTime |
The start time of the operation. |
| Status |
The status of the operation. |