你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MonitorPropertiesErrors Class

Definition

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.

Applies to