ClusterReportedProperties 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.
Properties reported by cluster agent.
public class ClusterReportedProperties
type ClusterReportedProperties = class
Public Class ClusterReportedProperties
- Inheritance
-
ClusterReportedProperties
Constructors
ClusterReportedProperties() |
Initializes a new instance of the ClusterReportedProperties class. |
ClusterReportedProperties(String, String, String, IList<ClusterNode>, Nullable<DateTime>) |
Initializes a new instance of the ClusterReportedProperties class. |
Properties
ClusterId |
Gets unique id generated by the on-prem cluster. |
ClusterName |
Gets name of the on-prem cluster connected to this resource. |
ClusterVersion |
Gets version of the cluster software. |
LastUpdated |
Gets last time the cluster reported the data. |
Nodes |
Gets list of nodes reported by the cluster. |
Applies to
Azure SDK for .NET