AutoscaleErrorResponseError 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 error object.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleErrorResponseErrorTypeConverter))]
public class AutoscaleErrorResponseError : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleErrorResponseError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleErrorResponseErrorTypeConverter))>]
type AutoscaleErrorResponseError = class
interface IAutoscaleErrorResponseError
interface IJsonSerializable
Public Class AutoscaleErrorResponseError
Implements IAutoscaleErrorResponseError
- Inheritance
-
AutoscaleErrorResponseError
- Attributes
- Implements
Constructors
AutoscaleErrorResponseError() |
Creates an new AutoscaleErrorResponseError instance. |
Properties
Code |
One of a server-defined set of error codes. |
Detail |
A human-readable representation of the error's details. |
Message |
A human-readable representation of the error. |
Target |
The target of the particular error. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutoscaleErrorResponseError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutoscaleErrorResponseError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleErrorResponseError. |
FromJsonString(String) |
Creates a new instance of AutoscaleErrorResponseError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutoscaleErrorResponseError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |