共用方式為


HealthMonitor Class

Definition

Information about the monitor’s current health status.

[Microsoft.Rest.Serialization.JsonTransformation]
public class HealthMonitor : Microsoft.Azure.Management.WorkloadMonitor.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HealthMonitor = class
    inherit Resource
Public Class HealthMonitor
Inherits Resource
Inheritance
HealthMonitor
Attributes

Constructors

HealthMonitor()

Initializes a new instance of the HealthMonitor class.

HealthMonitor(String, String, String, String, String, String, String, String, String, String, String, String, Object, Object)

Initializes a new instance of the HealthMonitor class.

Properties

CurrentMonitorState

Gets or sets current health state of the monitor. Possible values include: 'Healthy', 'Critical', 'Warning', 'Unknown', 'Disabled', 'None'

CurrentStateFirstObservedTimestamp

Gets or sets timestamp of the monitor's last health state change.

EvaluationTimestamp

Gets or sets timestamp of the monitor's last health evaluation.

Evidence

Gets or sets evidence validating the monitor's current health state.

Id

Gets the resource Id.

(Inherited from Resource)
LastReportedTimestamp

Gets or sets timestamp of the monitor's last reported health state.

MonitorConfiguration

Gets or sets the configuration settings at the time of the monitor's health evaluation.

MonitoredObject

Gets or sets dynamic monitored object of the monitor.

MonitorName

Gets or sets human-readable name of the monitor.

MonitorType

Gets or sets type of the monitor.

Name

Gets the resource name.

(Inherited from Resource)
ParentMonitorName

Gets or sets name of the parent monitor.

PreviousMonitorState

Gets or sets previous health state of the monitor. Possible values include: 'Healthy', 'Critical', 'Warning', 'Unknown', 'Disabled', 'None'

Type

Gets the resource type.

(Inherited from Resource)

Applies to