Azure Blob Storage Location Args
    data class AzureBlobStorageLocationArgs(val container: Output<Any>? = null, val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobStorageLocationArgs> 
The location of azure blob dataset.
Constructors
Link copied to clipboard
                fun AzureBlobStorageLocationArgs(container: Output<Any>? = null, fileName: Output<Any>? = null, folderPath: Output<Any>? = null, type: Output<String>)