subscription_id(Optional[String[1]])
— The subscription ID that identifies an Azure subscription.
parameters(Optional[String[1]])
— The required parameters for importing a Bacpac into a database.
storagekey(Optional[String[1]])
— The storage key to use. If storage key type is SharedAccessKey, it must be preceded with a '?.'
storageuri(Optional[String[1]])
— The storage uri to use.
api_version(Optional[String[1]])
— The API version to use for the request.
server_name(Optional[String[1]])
— The name of the server.
storagekeytype(Optional[String[1]])
— The type of the storage key to use.
databasename(Optional[String[1]])
— The name of the database to import.
administratorlogin(Optional[String[1]])
— The name of the SQL administrator.
authenticationtype(Optional[String[1]])
— The authentication type.
serviceobjectivename(Optional[String[1]])
— The name of the service objective to assign to the database.
resource_group_name(Optional[String[1]])
— The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
edition(Optional[String[1]])
— The edition for the database being created.The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or one of the following commands:```azurecliaz sql db list-editions -l -o table```````powershellGet-AzSqlServerServiceObjective -Location ````
maxsizebytes(Optional[String[1]])
— The maximum size for the newly imported database.
administratorloginpassword(Optional[String[1]])
— The password of the SQL administrator.