次の方法で共有


ImportExportOperationStatusResponse Class

Definition

Response for Azure Sql Import/Export Status operation.

public class ImportExportOperationStatusResponse : Microsoft.Azure.Management.Sql.LegacySdk.Models.ImportExportOperationStatusResponseProperties
type ImportExportOperationStatusResponse = class
    inherit ImportExportOperationStatusResponseProperties
Public Class ImportExportOperationStatusResponse
Inherits ImportExportOperationStatusResponseProperties
Inheritance
Microsoft.Azure.AzureOperationResponse
ImportExportOperationStatusResponse

Constructors

ImportExportOperationStatusResponse()

Initializes a new instance of the ImportExportOperationStatusResponse class.

Properties

BlobUri

Optional. Gets or sets the blob uri.

(Inherited from ImportExportOperationStatusResponseProperties)
DatabaseName

Optional. Gets or sets the name of the Azure SQL Database.

(Inherited from ImportExportOperationStatusResponseProperties)
Error

Optional.

(Inherited from ImportExportResponse)
ErrorMessage

Optional. Gets or sets the error message returned from the server.

(Inherited from ImportExportOperationStatusResponseProperties)
Id

Optional. Gets or sets the id returned from the server.

LastModifiedTime

Optional. Gets or sets the operation status last modified time.

(Inherited from ImportExportOperationStatusResponseProperties)
Name

Optional. Gets or sets the name returned from the server.

OperationResultType

Optional. Gets or sets the type returned from the server.

OperationStatusLink

Optional.

(Inherited from ImportExportResponse)
Properties

Optional. Gets or sets the properties of the response.

QueuedTime

Optional. Gets or sets the operation queued time.

(Inherited from ImportExportOperationStatusResponseProperties)
RequestType

Optional. Gets or sets the request type of the operation.

(Inherited from ImportExportOperationStatusResponseProperties)
RetryAfter

Optional.

(Inherited from ImportExportResponse)
ServerName

Optional. Gets or sets the name of the Azure SQL Server.

(Inherited from ImportExportOperationStatusResponseProperties)
Status

Optional.

(Inherited from ImportExportResponse)
StatusMessage

Optional. Gets or sets the status message returned from the server.

(Inherited from ImportExportOperationStatusResponseProperties)

Applies to