Database Import Args
data class DatabaseImportArgs(val administratorLogin: Output<String>, val administratorLoginPassword: Output<String>, val authenticationType: Output<String>, val operationMode: Output<String>? = null, val storageKey: Output<String>, val storageKeyType: Output<String>, val storageUri: Output<String>) : ConvertibleToJava<DatabaseImportArgs>
Constructors
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
Specifies the type of import operation being performed. The only allowable value is Import
. Defaults to Import
.
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.