Freigeben über


StorageProfile Konstruktoren

Definition

Überlädt

StorageProfile()

Initialisiert eine neue instance der StorageProfile-Klasse.

StorageProfile(IList<StorageAccount>)

Initialisiert eine neue instance der StorageProfile-Klasse.

StorageProfile()

Initialisiert eine neue instance der StorageProfile-Klasse.

public StorageProfile ();
Public Sub New ()

Gilt für:

StorageProfile(IList<StorageAccount>)

Initialisiert eine neue instance der StorageProfile-Klasse.

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)

Parameter

storageaccounts
IList<StorageAccount>

Die Liste der Speicherkonten im Cluster.

Gilt für: