IaasCluster Class

Class representing information about a provisioned IaaS deployment in HdInsight

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015.IaasCluster

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

Syntax

'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/hdinsight/2014/05/management")> _
Public Class IaasCluster
'Usage
Dim instance As IaasCluster
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/hdinsight/2014/05/management")]
public class IaasCluster
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/hdinsight/2014/05/management")]
public ref class IaasCluster
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/hdinsight/2014/05/management")>]
type IaasCluster =  class end
public class IaasCluster

The IaasCluster type exposes the following members.

Constructors

  Name Description
Public method IaasCluster

Top

Properties

  Name Description
Public property ApiVersion API Schema version with which this deployment was created.
Public property ConnectivityEndpoints A collection of Connectivity endpoints that is available for this cluster.
Public property CreatedDate Date this deployment was created
Public property DeploymentDocuments A list of the user specified stack configuration documents
Public property Errors A list of errors object indicating failure if State is error
Public property HdiVersion Version of the stack
Public property Id Unique client specified id for the stack instance
Public property Location Azure location where this cluster is provisioned
Public property State State of the stack instance
Public property TenantId Remote HdInsight id for the stack instance
Public property UserSubscriptionId Azure subscriptionId owning this instance
Public property UserTags A generic key value properties bag for passing additional adhoc information. Examples of adhoc information can be following - User specified tags

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015 Namespace