Share via


ClusterCreateHelper.CreateAdlsGen2StorageAccount Method

Definition

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

Parameters

clusterName
String
storageResourceId
String
storageAccountkey
String
storageFileSystem
String
enableSecureChannel
Nullable<Boolean>
msiResourceId
String
defaultStorageSuffix
String

Returns

Applies to