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

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

공개 메소드들

메소드 설명
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