DevBoxRepairOperationResult 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.
Information about the result of a repair operation on a Dev Box.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.DevBoxRepairOperationResultTypeConverter))]
public class DevBoxRepairOperationResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IDevBoxRepairOperationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.DevBoxRepairOperationResultTypeConverter))>]
type DevBoxRepairOperationResult = class
interface IDevBoxRepairOperationResult
interface IJsonSerializable
Public Class DevBoxRepairOperationResult
Implements IDevBoxRepairOperationResult
- Inheritance
-
DevBoxRepairOperationResult
- Attributes
- Implements
Constructors
DevBoxRepairOperationResult() |
Creates an new DevBoxRepairOperationResult instance. |
Properties
Code |
The result code associated with the repair operation. |
Message |
The result message associated with the repair operation. |
RepairOutcome |
The outcome of the repair operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DevBoxRepairOperationResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DevBoxRepairOperationResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IDevBoxRepairOperationResult. |
FromJsonString(String) |
Creates a new instance of DevBoxRepairOperationResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DevBoxRepairOperationResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |