Share via


HDInsightStorageAccountInfo Class

Definition

The storage Account.

public class HDInsightStorageAccountInfo
type HDInsightStorageAccountInfo = class
Public Class HDInsightStorageAccountInfo
Inheritance
HDInsightStorageAccountInfo

Constructors

HDInsightStorageAccountInfo()

Initializes a new instance of HDInsightStorageAccountInfo.

Properties

Container

The container in the storage account, only to be specified for WASB storage accounts.

EnableSecureChannel

Enable secure channel or not, it's an optional field. Default value is false when cluster version < 5.1 and true when cluster version >= 5.1 ,.

Fileshare

The file share name.

FileSystem

The filesystem, only to be specified for Azure Data Lake Storage Gen 2.

IsDefault

Whether or not the storage account is the default storage account.

Key

The storage account access key.

MsiResourceId

The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2.

Name

The name of the storage account.

ResourceId

The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2.

SasKey

The shared access signature key.

Applies to