你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlDatabaseImportExportBaseModel Class

Definition

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

Applies to