ClusterDetails 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.
Represents cluster properties and provides cluster scoped operations.
public sealed class ClusterDetails
type ClusterDetails = class
Public NotInheritable Class ClusterDetails
- Inheritance
-
ClusterDetails
Constructors
ClusterDetails() |
Initializes a new instance of the ClusterDetails class. |
Properties
AdditionalStorageAccounts |
Gets or sets the additional storage accounts registered with this cluster. |
ClusterSizeInNodes |
Gets or sets the count of worker nodes. |
ClusterType |
Gets or sets the flavor associated with this cluster. |
ConnectionUrl |
Gets or sets the connection URL for the cluster. |
CreatedDate |
Gets or sets the CreateDate of the cluster. |
DefaultStorageAccount |
Gets or sets the default storage account registered with this cluster. |
DeploymentId |
Gets or sets the HDInsight deployment ID associated with this cluster. |
Error |
Gets or sets a possible error state for the cluster (if exists). |
HttpPassword |
Gets or sets the password associated with Http requests to the cluster. |
HttpUserName |
Gets or sets the login username for the cluster. |
Location |
Gets or sets the Datacenter location of the cluster. |
Name |
Gets or sets the Name of the cluster. |
OSType |
Gets or sets the OS Type for the nodes of this cluster. |
RdpUserName |
Gets or sets the Rdp user name associated with the cluster. |
State |
Gets or sets the parsed value of the state of the cluster Note: For compatibility reassons, any new or null states will revert to "UNKOWN". but the value will be preserved in State. |
StateString |
Gets or sets the a string value of the state of the cluster. |
SubnetName |
Gets or sets the name of the subnet to deploy the cluster. |
SubscriptionId |
Gets or sets the subscriptionid associated with this cluster. |
Version |
Gets or sets the version of the HDInsight cluster. |
VersionNumber |
Gets or sets the version of the HDInsight cluster as a number. |
VersionStatus |
Gets or sets the version status of the HDInsight cluster. |
VirtualNetworkId |
Gets or sets the id of virtual network to deploy the cluster. |
Methods
CreateHDInsightApplicationHistoryClient() |
Creates and returns a new instance of HDInsightApplicationHistoryClient. |
CreateHDInsightApplicationHistoryClient(TimeSpan) |
Creates and returns a new instance of HDInsightApplicationHistoryClient. |
Applies to
Azure SDK for .NET