AzureDataLakeStoreGen2Info Constructors
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.
Overloads
AzureDataLakeStoreGen2Info(String, String, String) |
Initializes a new instance of the AzureStorageInfo class. |
AzureDataLakeStoreGen2Info(String, String, String, String) |
Initializes a new instance of the AzureStorageInfo class. |
AzureDataLakeStoreGen2Info(String, String, String)
Initializes a new instance of the AzureStorageInfo class.
public AzureDataLakeStoreGen2Info (string storageAccountName, string storageAccountKey, string storageFileSystem);
new Microsoft.Azure.Management.HDInsight.Models.AzureDataLakeStoreGen2Info : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.AzureDataLakeStoreGen2Info
Public Sub New (storageAccountName As String, storageAccountKey As String, storageFileSystem As String)
Parameters
- storageAccountName
- String
Fully Qualified StorageAccountName for the Azure Data Lake Storage Gen 2 Account.
- storageAccountKey
- String
StorageKey for the Azure Data Lake Storage Gen 2 Account.
- storageFileSystem
- String
File system for the Azure Data Lake Storage Gen 2 account. The cluster will leverage to store some cluster-level files.
Applies to
AzureDataLakeStoreGen2Info(String, String, String, String)
Initializes a new instance of the AzureStorageInfo class.
public AzureDataLakeStoreGen2Info (string storageAccountName, string storageFileSystem, string storageResourceId, string storageMsiResourceId);
new Microsoft.Azure.Management.HDInsight.Models.AzureDataLakeStoreGen2Info : string * string * string * string -> Microsoft.Azure.Management.HDInsight.Models.AzureDataLakeStoreGen2Info
Public Sub New (storageAccountName As String, storageFileSystem As String, storageResourceId As String, storageMsiResourceId As String)
Parameters
- storageAccountName
- String
Fully Qualified StorageAccountName for the Azure Data Lake Storage Gen 2 Account.
- storageFileSystem
- String
File system for the Azure Data Lake Storage Gen 2 account. The cluster will leverage to store some cluster-level files.
- storageResourceId
- String
The resource ID of the Azure Data Lake Storage Gen 2.
- storageMsiResourceId
- String
The managed identity (MSI) that is allowed to access the Azure Data Lake Storage Gen 2.