IOperationStatus Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.OperationStatusTypeConverter))]
public interface IOperationStatus : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.OperationStatusTypeConverter))>]
type IOperationStatus = interface
interface IJsonSerializable
interface IErrorResponse
Public Interface IOperationStatus
Implements IErrorResponse
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AdditionalInfo |
The error additional info. (Inherited from IErrorResponse) |
| Code |
The error code. (Inherited from IErrorResponse) |
| Detail |
The error details. (Inherited from IErrorResponse) |
| EndTime |
The end time of the operation. |
| Id |
The operation Id. |
| Message |
The error message. (Inherited from IErrorResponse) |
| Name |
The operation name. |
| StartTime |
The start time of the operation. |
| Status |
The status of the operation. |
| Target |
The error target. (Inherited from IErrorResponse) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |