ErrorDetailAutoGenerated2 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.
details of validation failure
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ErrorDetailAutoGenerated2TypeConverter))]
public class ErrorDetailAutoGenerated2 : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IErrorDetailAutoGenerated2
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ErrorDetailAutoGenerated2TypeConverter))>]
type ErrorDetailAutoGenerated2 = class
interface IErrorDetailAutoGenerated2
interface IJsonSerializable
Public Class ErrorDetailAutoGenerated2
Implements IErrorDetailAutoGenerated2
- Inheritance
-
ErrorDetailAutoGenerated2
- Attributes
- Implements
Constructors
ErrorDetailAutoGenerated2() |
Creates an new ErrorDetailAutoGenerated2 instance. |
Properties
Exception |
Exception details while installing extension. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ErrorDetailAutoGenerated2. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ErrorDetailAutoGenerated2. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IErrorDetailAutoGenerated2. |
FromJsonString(String) |
Creates a new instance of ErrorDetailAutoGenerated2, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ErrorDetailAutoGenerated2 into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |