data class DatabaseImport(val administratorLogin: String, val administratorLoginPassword: String, val authenticationType: String, val storageAccountId: String? = null, val storageKey: String, val storageKeyType: String, val storageUri: String)
The resource id for the storage account used to store BACPAC file. If set, private endpoint connection will be created for the storage account. Must match storage account used for storage_uri parameter.