Storage Account Response
data class StorageAccountResponse(val container: String? = null, val fileSystem: String? = null, val fileshare: String? = null, val isDefault: Boolean? = null, val key: String? = null, val msiResourceId: String? = null, val name: String? = null, val resourceId: String? = null, val saskey: String? = null)
The storage Account.
Constructors
Properties
Link copied to clipboard
The filesystem, only to be specified for Azure Data Lake Storage Gen 2.
Link copied to clipboard
The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2.
Link copied to clipboard
The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2.