ClusterDeployment.ClusterState Property
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ClusterState As String
Get
Set
'Usage
Dim instance As ClusterDeployment
Dim value As String
value = instance.ClusterState
instance.ClusterState = value
[DataMemberAttribute(EmitDefaultValue = false)]
public string ClusterState { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ ClusterState {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ClusterState : string with get, set
function get ClusterState () : String
function set ClusterState (value : String)
Property Value
Type: System.String
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace