ISqlDatabaseImportExportResponse Interface

Definition

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

public interface ISqlDatabaseImportExportResponse : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.ImportExportResponseInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type ISqlDatabaseImportExportResponse = interface
    interface IBeta
    interface IIndexable
    interface IHasInner<ImportExportResponseInner>
    interface IHasId
    interface IHasName
Public Interface ISqlDatabaseImportExportResponse
Implements IBeta, IHasId, IHasInner(Of ImportExportResponseInner), IHasName, IIndexable
Implements

Properties

BlobUri

Gets the blob uri.

DatabaseName

Gets the name of the database.

ErrorMessage

Gets the error message returned from the server.

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
LastModifiedTime

Gets the operation status last modified time.

Name

Gets the name of the resource

(Inherited from IHasName)
QueuedTime

Gets the operation queued time.

RequestId

Gets the UUID of the operation.

RequestType

Gets the request type of the operation.

ServerName

Gets the name of the server.

Status

Gets the status message returned from the server.

Applies to