C# Класс Microsoft.Azure.Management.HDInsight.Models.AzureDataLakeStoreInfo

Gets or sets the StorageAccountName for Azure Data Lake Storage Account.
Наследование: StorageInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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