AzureDataLakeStoreInfo(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AzureDataLakeStoreInfo class.
public AzureDataLakeStoreInfo (string storageAccountName, string storageRootPath);
new Microsoft.Azure.Management.HDInsight.Models.AzureDataLakeStoreInfo : string * string -> Microsoft.Azure.Management.HDInsight.Models.AzureDataLakeStoreInfo
Public Sub New (storageAccountName As String, storageRootPath As String)
Parameters
- 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"