ClusterCreateHelper.CreateAzureStorageAccount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- defaultStorageSuffix
- String