次の方法で共有


ClusterReportedProperties クラス

定義

クラスター エージェントによって報告されるプロパティ。

public class ClusterReportedProperties
type ClusterReportedProperties = class
Public Class ClusterReportedProperties
継承
ClusterReportedProperties

コンストラクター

ClusterReportedProperties()

ClusterReportedProperties クラスの新しいインスタンスを初期化します。

ClusterReportedProperties(String, String, String, IList<ClusterNode>, Nullable<DateTime>)

ClusterReportedProperties クラスの新しいインスタンスを初期化します。

プロパティ

ClusterId

オンプレミス クラスターによって生成された一意の ID を取得します。

ClusterName

このリソースに接続されているオンプレミス クラスターの名前を取得します。

ClusterVersion

クラスター ソフトウェアのバージョンを取得します。

LastUpdated

クラスターがデータを最後に報告した時刻を取得します。

Nodes

クラスターによって報告されるノードの一覧を取得します。

適用対象