共用方式為


AzureDataLakeStoreInfo(String, String) Constructor

Definition

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"

Applies to