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.DevCenter.Models.Api20231001Preview.OperationStatusTypeConverter))]
public interface IOperationStatus : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api30.IOperationStatusResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.OperationStatusTypeConverter))>]
type IOperationStatus = interface
interface IJsonSerializable
interface IOperationStatusResult
Public Interface IOperationStatus
Implements IOperationStatusResult
- Derived
- Attributes
- Implements
Properties
AdditionalInfo |
The error additional info. (Inherited from IOperationStatusResult) |
Code |
The error code. (Inherited from IOperationStatusResult) |
Detail |
The error details. (Inherited from IOperationStatusResult) |
EndTime |
The end time of the operation. (Inherited from IOperationStatusResult) |
Id |
Fully qualified ID for the async operation. (Inherited from IOperationStatusResult) |
Message |
The error message. (Inherited from IOperationStatusResult) |
Name |
Name of the async operation. (Inherited from IOperationStatusResult) |
Operation |
The operations list. (Inherited from IOperationStatusResult) |
PercentComplete |
Percent of the operation that is complete. (Inherited from IOperationStatusResult) |
Property |
Custom operation properties, populated only for a successful operation. |
ResourceId |
The id of the resource. |
StartTime |
The start time of the operation. (Inherited from IOperationStatusResult) |
Status |
Operation status. (Inherited from IOperationStatusResult) |
Target |
The error target. (Inherited from IOperationStatusResult) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |