IOperationResult 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.Orbital.Models.OperationResultTypeConverter))]
public interface IOperationResult : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.OperationResultTypeConverter))>]
type IOperationResult = interface
interface IJsonSerializable
Public Interface IOperationResult
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Code |
The code of the error. |
| EndTime |
The operation end time (ISO 8601 UTC standard). |
| Id |
ID of the resource. |
| Message |
The error message. |
| Name |
Name of the resource. |
| NextLink |
The URL to get the next set of results. |
| PercentComplete |
Percentage completed. |
| Property |
Operation result properties. |
| StartTime |
The operation start time (ISO 8601 UTC standard). |
| Status |
The status of operation. |
| Value |
A list of results when the operation returns multiple results. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |