Share via


StorageProfile Constructors

Definition

Overloads

StorageProfile()

Initializes a new instance of the StorageProfile class.

StorageProfile(IList<StorageAccount>)

Initializes a new instance of the StorageProfile class.

StorageProfile()

Initializes a new instance of the StorageProfile class.

public StorageProfile ();
Public Sub New ()

Applies to

StorageProfile(IList<StorageAccount>)

Initializes a new instance of the StorageProfile class.

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)

Parameters

storageaccounts
IList<StorageAccount>

The list of storage accounts in the cluster.

Applies to