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