ClusterPoolUpgradeHistory(ClusterPoolUpgradeHistoryProperties) Constructor

Definition

Initializes a new instance of ClusterPoolUpgradeHistory.

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

Parameters

properties
ClusterPoolUpgradeHistoryProperties

Properties of cluster pool upgrade history. Please note ClusterPoolUpgradeHistoryProperties 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 ClusterPoolAksPatchUpgradeHistoryProperties and ClusterPoolNodeOSUpgradeHistoryProperties.

Exceptions

properties is null.

Applies to