Storage Account Response
data class StorageAccountResponse(val container: String? = null, val enableSecureChannel: Boolean? = 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.
Properties
Link copied to clipboard
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 ,
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.