C# Class Microsoft.Azure.Management.HDInsight.Models.AzureDataLakeStoreInfo

Gets or sets the StorageAccountName for Azure Data Lake Storage Account.
Inheritance: StorageInfo
Show file Open project: Azure/azure-sdk-for-net Class Usage Examples

Public Methods

Method Description
AzureDataLakeStoreInfo ( string storageAccountName, string storageRootPath ) : System

Initializes a new instance of the AzureDataLakeStoreInfo class.

Method Details

AzureDataLakeStoreInfo() public method

Initializes a new instance of the AzureDataLakeStoreInfo class.
public AzureDataLakeStoreInfo ( string storageAccountName, string storageRootPath ) : System
storageAccountName string Fully Qualified StorageAccountName for the Azure Data Lake Storage Account.
storageRootPath string The absolute path of the root of the cluster. Eg: "/Clusters/mycluster"
return System