你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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