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