Share via


SqlDatabaseImportExportResponse Interface

Implements

public interface SqlDatabaseImportExportResponse
extends Indexable, HasInnerModel<ImportExportOperationResultInner>, HasId, HasName

Response containing result of the Azure SQL Database import or export operation.

Method Summary

Modifier and Type Method and Description
abstract String blobUri()

Gets the blob uri.

abstract String databaseName()

Gets the name of the database.

abstract String errorMessage()

Gets the error message returned from the server.

abstract String lastModifiedTime()

Gets the operation status last modified time.

abstract String queuedTime()

Gets the operation queued time.

abstract String requestId()

Gets the UUID of the operation.

abstract String requestType()

Gets the request type of the operation.

abstract String serverName()

Gets the name of the server.

abstract String status()

Gets the status message returned from the server.

Method Details

blobUri

public abstract String blobUri()

Gets the blob uri.

Returns:

the blob uri

databaseName

public abstract String databaseName()

Gets the name of the database.

Returns:

the name of the database

errorMessage

public abstract String errorMessage()

Gets the error message returned from the server.

Returns:

the error message returned from the server

lastModifiedTime

public abstract String lastModifiedTime()

Gets the operation status last modified time.

Returns:

the operation status last modified time

queuedTime

public abstract String queuedTime()

Gets the operation queued time.

Returns:

the operation queued time

requestId

public abstract String requestId()

Gets the UUID of the operation.

Returns:

the UUID of the operation

requestType

public abstract String requestType()

Gets the request type of the operation.

Returns:

the request type of the operation

serverName

public abstract String serverName()

Gets the name of the server.

Returns:

the name of the server

status

public abstract String status()

Gets the status message returned from the server.

Returns:

the status message returned from the server

Applies to