MoveErrorInfo 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.
The move custom error info.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveErrorInfoTypeConverter))]
public class MoveErrorInfo : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveErrorInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveErrorInfoTypeConverter))>]
type MoveErrorInfo = class
interface IMoveErrorInfo
interface IJsonSerializable
Public Class MoveErrorInfo
Implements IMoveErrorInfo
- Inheritance
-
MoveErrorInfo
- Attributes
- Implements
Constructors
MoveErrorInfo() |
Creates an new MoveErrorInfo instance. |
Properties
MoveResource |
The affected move resources. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MoveErrorInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MoveErrorInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveErrorInfo. |
FromJsonString(String) |
Creates a new instance of MoveErrorInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MoveErrorInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |