HealthMonitor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モニターの現在の正常性状態に関する情報。
[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
- 継承
- 属性
コンストラクター
HealthMonitor() |
HealthMonitor クラスの新しいインスタンスを初期化します。 |
HealthMonitor(String, String, String, String, String, String, String, String, String, String, String, String, Object, Object) |
HealthMonitor クラスの新しいインスタンスを初期化します。 |
プロパティ
CurrentMonitorState |
モニターの現在の正常性状態を取得または設定します。 指定できる値は、'Healthy'、'Critical'、'Warning'、'Unknown'、'Disabled'、'None' です。 |
CurrentStateFirstObservedTimestamp |
モニターの最後の正常性状態の変更のタイムスタンプを取得または設定します。 |
EvaluationTimestamp |
モニターの最後の正常性評価のタイムスタンプを取得または設定します。 |
Evidence |
モニターの現在の正常性状態を検証する証拠を取得または設定します。 |
Id |
リソース ID を取得します。 (継承元 Resource) |
LastReportedTimestamp |
モニターの最後に報告された正常性状態のタイムスタンプを取得または設定します。 |
MonitorConfiguration |
モニターの正常性評価時の構成設定を取得または設定します。 |
MonitoredObject |
モニターの動的監視対象オブジェクトを取得または設定します。 |
MonitorName |
人間が判読できるモニターの名前を取得または設定します。 |
MonitorType |
モニターの種類を取得または設定します。 |
Name |
リソース名を取得します。 (継承元 Resource) |
ParentMonitorName |
親モニターの名前を取得または設定します。 |
PreviousMonitorState |
モニターの以前の正常性状態を取得または設定します。 指定できる値は、'Healthy'、'Critical'、'Warning'、'Unknown'、'Disabled'、'None' です。 |
Type |
リソースの種類を取得します。 (継承元 Resource) |
適用対象
Azure SDK for .NET