ClusterNodeSize.VMSize 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 VMSize As NodeVMSize
Get
Set
'Usage
Dim instance As ClusterNodeSize
Dim value As NodeVMSize
value = instance.VMSize
instance.VMSize = value
[DataMemberAttribute(EmitDefaultValue = false)]
public NodeVMSize VMSize { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property NodeVMSize VMSize {
NodeVMSize get ();
void set (NodeVMSize value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member VMSize : NodeVMSize with get, set
function get VMSize () : NodeVMSize
function set VMSize (value : NodeVMSize)
Property Value
Type: Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013.NodeVMSize
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace