A2ASharedDiskIrerrorDetails 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.
Extended location of the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2ASharedDiskIrerrorDetailsTypeConverter))]
public class A2ASharedDiskIrerrorDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2ASharedDiskIrerrorDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2ASharedDiskIrerrorDetailsTypeConverter))>]
type A2ASharedDiskIrerrorDetails = class
interface IA2ASharedDiskIrerrorDetails
interface IJsonSerializable
Public Class A2ASharedDiskIrerrorDetails
Implements IA2ASharedDiskIrerrorDetails
- Inheritance
-
A2ASharedDiskIrerrorDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| A2ASharedDiskIrerrorDetails() |
Creates an new A2ASharedDiskIrerrorDetails instance. |
Properties
| Name | Description |
|---|---|
| ErrorCode |
The error code. |
| ErrorCodeEnum |
The error code enum. |
| ErrorMessage |
The error message. |
| PossibleCaus |
The possible causes. |
| RecommendedAction |
The recommended action. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of A2ASharedDiskIrerrorDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of A2ASharedDiskIrerrorDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2ASharedDiskIrerrorDetails. |
| FromJsonString(String) |
Creates a new instance of A2ASharedDiskIrerrorDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of A2ASharedDiskIrerrorDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |