Uses of Class
com.microsoft.azure.management.sql.ImportRequest
Packages that use ImportRequest
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ImportRequest in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return ImportRequestModifier and TypeMethodDescriptionImportRequest.withDatabaseName(String databaseName) Set the name of the database to import.ImportRequest.withEdition(DatabaseEdition edition) Set the edition for the database being created.ImportRequest.withMaxSizeBytes(String maxSizeBytes) Set the maximum size for the newly imported database.ImportRequest.withServiceObjectiveName(ServiceObjectiveName serviceObjectiveName) Set the name of the service objective to assign to the database.