VersionStatus Enum
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.
Enumeration of version status.
public enum VersionStatus
type VersionStatus =
Public Enum VersionStatus
- Inheritance
-
VersionStatus
Fields
Name | Value | Description |
---|---|---|
Obsolete | 0 | The version of the HDInsight cluster is lower than the minimum version supported by the SDK. |
Compatible | 1 | The version of the HDInsight cluster is supported by the SDK. |
ToolsUpgradeRequired | 2 | The version of the HDInsight cluster is higher than the maximum version supported by the SDK. |