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

value = instance.Settings

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

Property Value

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

See Also

Reference

ClusterContainer Class

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