AzureSqlDatabaseImportModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Azure Sql Database Import Request
public class AzureSqlDatabaseImportModel : Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel
type AzureSqlDatabaseImportModel = class
inherit AzureSqlDatabaseImportExportBaseModel
Public Class AzureSqlDatabaseImportModel
Inherits AzureSqlDatabaseImportExportBaseModel
- Inheritance
Constructors
AzureSqlDatabaseImportModel() |
Properties
AdministratorLogin |
Gets or sets the name of the SQL administrator (Inherited from AzureSqlDatabaseImportExportBaseModel) |
AdministratorLoginPassword |
Gets or sets the password of the SQL administrator (Inherited from AzureSqlDatabaseImportExportBaseModel) |
AuthenticationType |
Gets or sets the authentication type (Inherited from AzureSqlDatabaseImportExportBaseModel) |
DatabaseMaxSizeBytes |
Gets or sets the maximum size for the newly imported database |
DatabaseName |
Gets or sets the name of the Azure SQL database to export (Inherited from AzureSqlDatabaseImportExportBaseModel) |
Edition |
Gets or sets the edition of the database |
ErrorMessage |
Gets or sets the error message returned from the server. (Inherited from AzureSqlDatabaseImportExportBaseModel) |
NetworkIsolationSettings |
Gets or sets the network isolation settings (Inherited from AzureSqlDatabaseImportExportBaseModel) |
OperationStatusLink |
Gets or sets the operationStatusLink (Inherited from AzureSqlDatabaseImportExportBaseModel) |
ResourceGroupName |
Gets or sets the name of the resource group (Inherited from AzureSqlDatabaseImportExportBaseModel) |
ServerName |
Gets or sets the name of the Azure SQL Server to use. (Inherited from AzureSqlDatabaseImportExportBaseModel) |
ServiceObjectiveName |
Gets or sets the name of the service objective to assign to the Azure SQL Database |
Status |
Gets or sets the status message returned from the server. (Inherited from AzureSqlDatabaseImportExportBaseModel) |
StorageKey |
Gets or sets the storage key to use. (Inherited from AzureSqlDatabaseImportExportBaseModel) |
StorageKeyType |
Gets or sets the type of the storage key to use. (Inherited from AzureSqlDatabaseImportExportBaseModel) |
StorageUri |
Gets or sets the blob URI of the .bacpac file (Inherited from AzureSqlDatabaseImportExportBaseModel) |