OperationStatusError 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.
Class for operation status errors.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.OperationStatusErrorTypeConverter))]
public class OperationStatusError : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IOperationStatusError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.OperationStatusErrorTypeConverter))>]
type OperationStatusError = class
interface IOperationStatusError
interface IJsonSerializable
Public Class OperationStatusError
Implements IOperationStatusError
- Inheritance
-
OperationStatusError
- Attributes
- Implements
Constructors
OperationStatusError() |
Creates an new OperationStatusError instance. |
Properties
AdditionalInfo |
The additional info. |
Code |
The error code. |
Detail |
The error details. |
Message |
The error message. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationStatusError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationStatusError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IOperationStatusError. |
FromJsonString(String) |
Creates a new instance of OperationStatusError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationStatusError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |