次の方法で共有


AzureStorageInfo(String, String, String) コンストラクター

定義

AzureStorageInfo クラスの新しいインスタンスを初期化します。

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 = "")

パラメーター

storageAccountName
String

Azure Blob Storage アカウントの完全修飾 StorageAccountName。

storageAccountKey
String

Azure Blob Storage アカウントの StorageKey。

storageContainer
String

Azure Blob Storage アカウントの StorageContainer。 クラスターは、いくつかのクラスター レベルのファイルを格納するために利用します。

適用対象