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

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

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

Метод Описание
AzureStorageInfo ( string storageAccountName, string storageAccountKey, string storageContainer = "" ) : System

Initializes a new instance of the AzureStorageInfo class.

Описание методов

AzureStorageInfo() публичный Метод

Initializes a new instance of the AzureStorageInfo class.
public AzureStorageInfo ( string storageAccountName, string storageAccountKey, string storageContainer = "" ) : System
storageAccountName string Fully Qualified StorageAccountName for the Azure Blob Storage Account.
storageAccountKey string StorageKey for the Azure Blob Storage Account.
storageContainer string StorageContainer for the Azure Blob Storage Account. The cluster will leverage to store some cluster level files.
Результат System