StorageAccount interface
The storage Account.
Properties
container | The container in the storage account, only to be specified for WASB storage accounts. |
fileshare | The file share name. |
file |
The filesystem, only to be specified for Azure Data Lake Storage Gen 2. |
is |
Whether or not the storage account is the default storage account. |
key | The storage account access key. |
msi |
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. |
resource |
The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2. |
saskey | The shared access signature key. |
Property Details
container
The container in the storage account, only to be specified for WASB storage accounts.
container?: string
Property Value
string
fileshare
The file share name.
fileshare?: string
Property Value
string
fileSystem
The filesystem, only to be specified for Azure Data Lake Storage Gen 2.
fileSystem?: string
Property Value
string
isDefault
Whether or not the storage account is the default storage account.
isDefault?: boolean
Property Value
boolean
key
The storage account access key.
key?: string
Property Value
string
msiResourceId
The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2.
msiResourceId?: string
Property Value
string
name
The name of the storage account.
name?: string
Property Value
string
resourceId
The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2.
resourceId?: string
Property Value
string
saskey
The shared access signature key.
saskey?: string
Property Value
string