SqlDatabaseImportExportResponse Interface

Implements

HasId HasName HasInner<com.microsoft.azure.management.sql.implementation.ImportExportResponseInner> Indexable

public interface SqlDatabaseImportExportResponse
extends Indexable, HasInner<com.microsoft.azure.management.sql.implementation.ImportExportResponseInner>, HasId, HasName

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

Method Summary

Modifier and Type Method and Description
abstract java.lang.String blobUri()
abstract java.lang.String databaseName()
abstract java.lang.String errorMessage()
abstract java.lang.String lastModifiedTime()
abstract java.lang.String queuedTime()
abstract java.lang.String requestId()
abstract java.lang.String requestType()
abstract java.lang.String serverName()
abstract java.lang.String status()

Method Details

blobUri

public abstract String blobUri()

Returns:

the blob uri

databaseName

public abstract String databaseName()

Returns:

the name of the database

errorMessage

public abstract String errorMessage()

Returns:

the error message returned from the server

lastModifiedTime

public abstract String lastModifiedTime()

Returns:

the operation status last modified time

queuedTime

public abstract String queuedTime()

Returns:

the operation queued time

requestId

public abstract String requestId()

Returns:

the UUID of the operation

requestType

public abstract String requestType()

Returns:

the request type of the operation

serverName

public abstract String serverName()

Returns:

the name of the server

status

public abstract String status()

Returns:

the status message returned from the server

Applies to