ClusterContainer.Deployment Property

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

Syntax

'Declaration
<DataMemberAttribute(Order := , EmitDefaultValue := False)> _
Public Property Deployment As ClusterDeployment 
    Get 
    Set
'Usage
Dim instance As ClusterContainer 
Dim value As ClusterDeployment 

value = instance.Deployment

instance.Deployment = value
[DataMemberAttribute(Order = , EmitDefaultValue = false)]
public ClusterDeployment Deployment { get; set; }
[DataMemberAttribute(Order = , EmitDefaultValue = false)]
public:
property ClusterDeployment^ Deployment {
    ClusterDeployment^ get ();
    void set (ClusterDeployment^ value);
}
[<DataMemberAttribute(Order = , EmitDefaultValue = false)>]
member Deployment : ClusterDeployment with get, set
function get Deployment () : ClusterDeployment 
function set Deployment (value : ClusterDeployment)

Property Value

Type: Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013.ClusterDeployment

See Also

Reference

ClusterContainer Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace