AzureSqlDatabaseImportExportBaseModel 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/Export request
public class AzureSqlDatabaseImportExportBaseModel
type AzureSqlDatabaseImportExportBaseModel = class
Public Class AzureSqlDatabaseImportExportBaseModel
- Inheritance
-
AzureSqlDatabaseImportExportBaseModel
- Derived
Constructors
AzureSqlDatabaseImportExportBaseModel() |
Properties
AdministratorLogin |
Gets or sets the name of the SQL administrator |
AdministratorLoginPassword |
Gets or sets the password of the SQL administrator |
AuthenticationType |
Gets or sets the authentication type |
DatabaseName |
Gets or sets the name of the Azure SQL database to export |
ErrorMessage |
Gets or sets the error message returned from the server. |
NetworkIsolationSettings |
Gets or sets the network isolation settings |
OperationStatusLink |
Gets or sets the operationStatusLink |
ResourceGroupName |
Gets or sets the name of the resource group |
ServerName |
Gets or sets the name of the Azure SQL Server to use. |
Status |
Gets or sets the status message returned from the server. |
StorageKey |
Gets or sets the storage key to use. |
StorageKeyType |
Gets or sets the type of the storage key to use. |
StorageUri |
Gets or sets the blob URI of the .bacpac file |