MonitorPropertiesErrors 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.
Defines the SAP monitor errors.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.MonitorPropertiesErrorsTypeConverter))]
public class MonitorPropertiesErrors : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IMonitorPropertiesErrors, Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.MonitorPropertiesErrorsTypeConverter))>]
type MonitorPropertiesErrors = class
interface IMonitorPropertiesErrors
interface IJsonSerializable
interface IError
interface IValidates
Public Class MonitorPropertiesErrors
Implements IMonitorPropertiesErrors, IValidates
- Inheritance
-
MonitorPropertiesErrors
- Attributes
- Implements
Constructors
MonitorPropertiesErrors() |
Creates an new MonitorPropertiesErrors instance. |
Properties
Code |
Server-defined set of error codes. |
Detail |
Array of details about specific errors that led to this reported error. |
InnerError |
Object containing more specific information than the current object about the error. |
Message |
Human-readable representation of the error. |
Target |
Target of the error. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MonitorPropertiesErrors. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MonitorPropertiesErrors. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IMonitorPropertiesErrors. |
FromJsonString(String) |
Creates a new instance of MonitorPropertiesErrors, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MonitorPropertiesErrors into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |