次の方法で共有


StorageProfile コンストラクター

定義

オーバーロード

StorageProfile()

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

StorageProfile(IList<StorageAccount>)

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

StorageProfile()

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

public StorageProfile ();
Public Sub New ()

適用対象

StorageProfile(IList<StorageAccount>)

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

public StorageProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.StorageAccount> storageaccounts = default);
new Microsoft.Azure.Management.HDInsight.Models.StorageProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.StorageAccount> -> Microsoft.Azure.Management.HDInsight.Models.StorageProfile
Public Sub New (Optional storageaccounts As IList(Of StorageAccount) = Nothing)

パラメーター

storageaccounts
IList<StorageAccount>

クラスター内のストレージ アカウントの一覧。

適用対象