C# 클래스 Microsoft.Azure.Management.HDInsight.Models.AzureDataLakeStoreInfo

Gets or sets the StorageAccountName for Azure Data Lake Storage Account.
상속: StorageInfo
파일 보기 프로젝트 열기: Azure/azure-sdk-for-net 1 사용 예제들

공개 메소드들

메소드 설명
AzureDataLakeStoreInfo ( string storageAccountName, string storageRootPath ) : System

Initializes a new instance of the AzureDataLakeStoreInfo class.

메소드 상세

AzureDataLakeStoreInfo() 공개 메소드

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"
리턴 System