ClusterDeployment.ASVAccounts 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 := True)> _
Public Property ASVAccounts As List(Of ASVAccount)
    Get 
    Set
'Usage
Dim instance As ClusterDeployment 
Dim value As List(Of ASVAccount)

value = instance.ASVAccounts

instance.ASVAccounts = value
[DataMemberAttribute(EmitDefaultValue = true)]
public List<ASVAccount> ASVAccounts { get; set; }
[DataMemberAttribute(EmitDefaultValue = true)]
public:
property List<ASVAccount^>^ ASVAccounts {
    List<ASVAccount^>^ get ();
    void set (List<ASVAccount^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = true)>]
member ASVAccounts : List<ASVAccount> with get, set
function get ASVAccounts () : List<ASVAccount>
function set ASVAccounts (value : List<ASVAccount>)

Property Value

Type: System.Collections.Generic.List<ASVAccount>

See Also

Reference

ClusterDeployment Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace