Freigeben über


AzureStorageInfo(String, String, String) Konstruktor

Definition

Initialisiert eine neue instance der AzureStorageInfo-Klasse.

public AzureStorageInfo (string storageAccountName, string storageAccountKey, string storageContainer = "");
new Microsoft.Azure.Management.HDInsight.Models.AzureStorageInfo : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.AzureStorageInfo
Public Sub New (storageAccountName As String, storageAccountKey As String, Optional storageContainer As String = "")

Parameter

storageAccountName
String

Vollqualifizierter StorageAccountName für das Azure Blob Storage-Konto.

storageAccountKey
String

StorageKey für das Azure Blob Storage-Konto.

storageContainer
String

StorageContainer für das Azure Blob Storage-Konto. Der Cluster nutzt zum Speichern einiger Dateien auf Clusterebene.

Gilt für: