IaasCluster.TenantId Property

Remote HdInsight id for the stack instance

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property TenantId As Long 
    Get 
    Set
'Usage
Dim instance As IaasCluster 
Dim value As Long 

value = instance.TenantId

instance.TenantId = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public long TenantId { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property long long TenantId {
    long long get ();
    void set (long long value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member TenantId : int64 with get, set
function get TenantId () : long 
function set TenantId (value : long)

Property Value

Type: System.Int64

See Also

Reference

IaasCluster Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015 Namespace