Storage Account Args
data class StorageAccountArgs(val container: Output<String>? = null, val enableSecureChannel: Output<Boolean>? = null, val fileSystem: Output<String>? = null, val fileshare: Output<String>? = null, val isDefault: Output<Boolean>? = null, val key: Output<String>? = null, val msiResourceId: Output<String>? = null, val name: Output<String>? = null, val resourceId: Output<String>? = null, val saskey: Output<String>? = null) : ConvertibleToJava<StorageAccountArgs>
The storage Account.
Constructors
Link copied to clipboard
constructor(container: Output<String>? = null, enableSecureChannel: Output<Boolean>? = null, fileSystem: Output<String>? = null, fileshare: Output<String>? = null, isDefault: Output<Boolean>? = null, key: Output<String>? = null, msiResourceId: Output<String>? = null, name: Output<String>? = null, resourceId: Output<String>? = null, saskey: Output<String>? = null)
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.