OperationResult 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 Result Entity.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.OperationResultTypeConverter))]
public class OperationResult : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IOperationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.OperationResultTypeConverter))>]
type OperationResult = class
interface IOperationResult
interface IJsonSerializable
Public Class OperationResult
Implements IOperationResult
- Inheritance
-
OperationResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OperationResult() |
Creates an new OperationResult instance. |
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 |
Any object |
| ResourceGroupName |
Gets the resource group name |
| 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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IOperationResult. |
| FromJsonString(String) |
Creates a new instance of OperationResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |