Share via


ClusterCreateHelper.CreateAzureStorageAccount Method

Definition

public static Microsoft.Azure.Management.HDInsight.Models.StorageAccount CreateAzureStorageAccount (string clusterName, string storageResourceId, string storageAccountkey, string storageContainer, bool? enableSecureChannel, string defaultStorageSuffix);
static member CreateAzureStorageAccount : string * string * string * string * Nullable<bool> * string -> Microsoft.Azure.Management.HDInsight.Models.StorageAccount
Public Function CreateAzureStorageAccount (clusterName As String, storageResourceId As String, storageAccountkey As String, storageContainer As String, enableSecureChannel As Nullable(Of Boolean), defaultStorageSuffix As String) As StorageAccount

Parameters

clusterName
String
storageResourceId
String
storageAccountkey
String
storageContainer
String
enableSecureChannel
Nullable<Boolean>
defaultStorageSuffix
String

Returns

Applies to