HdInsightSubscriptionMetadata.CoresUsed Field
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 CoresUsed As Integer
'Usage
Dim instance As HdInsightSubscriptionMetadata
Dim value As Integer
value = instance.CoresUsed
instance.CoresUsed = value
[DataMemberAttribute(EmitDefaultValue = false)]
public int CoresUsed
[DataMemberAttribute(EmitDefaultValue = false)]
public:
int CoresUsed
[<DataMemberAttribute(EmitDefaultValue = false)>]
val mutable CoresUsed: int
public var CoresUsed : int
See Also
Reference
HdInsightSubscriptionMetadata Class
Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace