ClusterContainer Class

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013.ClusterContainer

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

Syntax

'Declaration
<DataContractAttribute(Namespace := "https://schemas.datacontract.org/2004/07/Microsoft.ClusterServices.DataAccess.Context")> _
Public Class ClusterContainer
'Usage
Dim instance As ClusterContainer
[DataContractAttribute(Namespace = "https://schemas.datacontract.org/2004/07/Microsoft.ClusterServices.DataAccess.Context")]
public class ClusterContainer
[DataContractAttribute(Namespace = L"https://schemas.datacontract.org/2004/07/Microsoft.ClusterServices.DataAccess.Context")]
public ref class ClusterContainer
[<DataContractAttribute(Namespace = "https://schemas.datacontract.org/2004/07/Microsoft.ClusterServices.DataAccess.Context")>]
type ClusterContainer =  class end
public class ClusterContainer

The ClusterContainer type exposes the following members.

Constructors

  Name Description
Public method ClusterContainer

Top

Properties

  Name Description
Public property AzureStorageAccount
Public property AzureStorageLocation
Public property CNameMapping
Public property ContainerError
Public property ContainerErrorCode
Public property ContainerState
Public property CreatedDate
Public property Deployment
Public property DeploymentAction
Public property DnsName
Public property IncarnationID
Public property SubscriptionId
Public property UpdatedDate

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 (Overrides Object.ToString().)

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.March2013 Namespace