ClusterContainer.DeploymentAction 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 DeploymentAction As AzureClusterDeploymentAction 
    Get 
    Set
'Usage
Dim instance As ClusterContainer 
Dim value As AzureClusterDeploymentAction 

value = instance.DeploymentAction

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

Property Value

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

See Also

Reference

ClusterContainer Class

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