DatabaseImport

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)

Constructors

Link copied to clipboard
constructor(administratorLogin: String, administratorLoginPassword: String, authenticationType: String, storageAccountId: String? = null, storageKey: String, storageKeyType: String, storageUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the name of the SQL administrator.

Link copied to clipboard

Specifies the password of the SQL administrator.

Link copied to clipboard

Specifies the type of authentication used to access the server. Valid values are SQL or ADPassword.

Link copied to clipboard

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.

Link copied to clipboard

Specifies the access key for the storage account.

Link copied to clipboard

Specifies the type of access key for the storage account. Valid values are StorageAccessKey or SharedAccessKey.

Link copied to clipboard

Specifies the blob URI of the .bacpac file.