DataLakeAnalyticsAccountGetDataLakeStoreAccountResponse.DataLakeStoreAccount Property
Optional. Gets or sets the account object associated with the specified account name
Namespace: Microsoft.Azure.Management.DataLake.Analytics.Models
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
public DataLakeStoreAccount DataLakeStoreAccount { get; set; }
public:
property DataLakeStoreAccount^ DataLakeStoreAccount {
DataLakeStoreAccount^ get();
void set(DataLakeStoreAccount^ value);
}
member DataLakeStoreAccount : DataLakeStoreAccount with get, set
Public Property DataLakeStoreAccount As DataLakeStoreAccount
Property Value
Type: Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccount
See Also
DataLakeAnalyticsAccountGetDataLakeStoreAccountResponse Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace
Return to top