AzureCoreFoundationsInnerError 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.
An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.AzureCoreFoundationsInnerErrorTypeConverter))]
public class AzureCoreFoundationsInnerError : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IAzureCoreFoundationsInnerError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.AzureCoreFoundationsInnerErrorTypeConverter))>]
type AzureCoreFoundationsInnerError = class
interface IAzureCoreFoundationsInnerError
interface IJsonSerializable
Public Class AzureCoreFoundationsInnerError
Implements IAzureCoreFoundationsInnerError
- Inheritance
-
AzureCoreFoundationsInnerError
- Attributes
- Implements
Constructors
AzureCoreFoundationsInnerError() |
Creates an new AzureCoreFoundationsInnerError instance. |
Properties
Code |
One of a server-defined set of error codes. |
Innererror |
Inner error. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureCoreFoundationsInnerError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureCoreFoundationsInnerError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IAzureCoreFoundationsInnerError. |
FromJsonString(String) |
Creates a new instance of AzureCoreFoundationsInnerError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureCoreFoundationsInnerError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |