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.Monitors.Models.Api20230401.MonitorPropertiesErrorsTypeConverter))]
public class MonitorPropertiesErrors : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IMonitorPropertiesErrors, Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.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 |
Error code. |
Detail |
Error details. |
InnerError |
Inner error message. |
Message |
Error message. |
Target |
Error target. |
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.Monitors.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. |