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.Kusto.Models.Api20240413.OperationResultTypeConverter))]
public class OperationResult : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.IOperationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.OperationResultTypeConverter))>]
type OperationResult = class
interface IOperationResult
interface IJsonSerializable
Public Class OperationResult
Implements IOperationResult
- Inheritance
-
OperationResult
- Attributes
- Implements
Constructors
OperationResult() |
Creates an new OperationResult instance. |
Properties
Code |
The code of the error. |
EndTime |
The operation end time |
Id |
ID of the resource. |
Message |
The error message. |
Name |
Name of the resource. |
OperationKind |
The kind of the operation. |
OperationState |
The state of the operation. |
PercentComplete |
Percentage completed. |
ProvisioningState |
The provisioned state of the resource. |
StartTime |
The operation start time |
Status |
status of the Operation result. |
Methods
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.Kusto.Models.Api20240413.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. |