ClusterDetails Class

 

Updated: October 27, 2013

System_CAPS_noteNote

This version of the HDInsight .NET SDK is deprecated and will be removed by January 1, 2017. You are encouraged to use the newer ARM-based version of HDInsight .NET SDK going forward. For instructions on how to use the new HDInsight .NET SDK to create a cluster, see Create HDInsight Linux clusters using .NET SDK. For instructions on how to submit jobs using the new .NET SDK and other approaches, see Submit jobs to an HDInsight cluster. The HDInsight SDK reference for the newer version is available at HDInsight .NET SDK Reference.

Represents cluster properties and provides cluster scoped operations.

Namespace:   Microsoft.WindowsAzure.Management.HDInsight
Assembly:  Microsoft.WindowsAzure.Management.HDInsight (in Microsoft.WindowsAzure.Management.HDInsight.dll)

System.Object
  Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails

Public NotInheritable Class ClusterDetails

NameDescription
System_CAPS_pubmethodClusterDetails()

Initializes a new instance of the ClusterDetails class.

NameDescription
System_CAPS_pubpropertyAdditionalStorageAccounts

Gets or sets the additional storage accounts registered with this cluster.

System_CAPS_pubpropertyClusterSizeInNodes

Gets or sets the count of worker nodes.

System_CAPS_pubpropertyClusterType

Gets or sets the flavor associated with this cluster.

System_CAPS_pubpropertyConnectionUrl

Gets or sets the connection URL for the cluster.

System_CAPS_pubpropertyCreatedDate

Gets or sets the CreateDate of the cluster.

System_CAPS_pubpropertyDefaultStorageAccount

Gets or sets the default storage account registered with this cluster.

System_CAPS_pubpropertyDeploymentId

Gets or sets the HDInsight deployment ID associated with this cluster.

System_CAPS_pubpropertyError

Gets or sets a possible error state for the cluster (if exists).

System_CAPS_pubpropertyHttpPassword

Gets or sets the password associated with Http requests to the cluster.

System_CAPS_pubpropertyHttpUserName

Gets or sets the login username for the cluster.

System_CAPS_pubpropertyLocation

Gets or sets the Datacenter location of the cluster.

System_CAPS_pubpropertyName

Gets the name of the cluster.

System_CAPS_pubpropertyOSType

Gets or sets the OS Type for the nodes of this cluster.

System_CAPS_pubpropertyRdpUserName

Gets or sets the Rdp user name associated with the cluster.

System_CAPS_pubpropertyState

Gets or sets the parsed value of the state of the cluster Note: For compatibility reasons, any new or null states will revert to "UNKOWN". But the value will be preserved in State.

System_CAPS_pubpropertyStateString

Gets or sets the string value of the state of the cluster.

System_CAPS_pubpropertySubnetName

Gets or sets the name of the subnet to deploy the cluster.

System_CAPS_pubpropertySubscriptionId

Gets or sets the subscriptionid associated with this cluster.

System_CAPS_pubpropertyVersion

Gets or sets the version of the HDInsight cluster.

System_CAPS_pubpropertyVersionNumber

Gets or sets the version of the HDInsight cluster as a number.

System_CAPS_pubpropertyVersionStatus

Gets the version status of the HDInsight cluster.

System_CAPS_pubpropertyVirtualNetworkId

Gets or sets the id of virtual network to deploy the cluster.

NameDescription
System_CAPS_pubmethodCreateHDInsightApplicationHistoryClient()

Creates and returns a new instance of HDInsightApplicationHistoryClient.

System_CAPS_pubmethodCreateHDInsightApplicationHistoryClient(TimeSpan)

Creates and returns a new instance of HDInsightApplicationHistoryClient.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Includes details on the size, location, version, and state of the cluster, on the storage accounts used by the cluster, and the information needed to access the cluster.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: