ClusterUpgradeHistory(ClusterUpgradeHistoryProperties) Constructor

Definition

Initializes a new instance of ClusterUpgradeHistory.

public ClusterUpgradeHistory (Azure.ResourceManager.HDInsight.Containers.Models.ClusterUpgradeHistoryProperties properties);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterUpgradeHistory : Azure.ResourceManager.HDInsight.Containers.Models.ClusterUpgradeHistoryProperties -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterUpgradeHistory
Public Sub New (properties As ClusterUpgradeHistoryProperties)

Parameters

properties
ClusterUpgradeHistoryProperties

Properties of cluster upgrade history. Please note ClusterUpgradeHistoryProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ClusterAksPatchUpgradeHistoryProperties, ClusterInPlaceUpgradeHistoryProperties, ClusterHotfixUpgradeHistoryProperties, ClusterHotfixUpgradeRollbackHistoryProperties, ClusterPatchVersionUpgradeHistoryProperties and ClusterPatchVersionUpgradeRollbackHistoryProperties.

Exceptions

properties is null.

Applies to