ImportExportOperationStatusResponseProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Azure Sql Import/Export Status operation.
public class ImportExportOperationStatusResponseProperties : Microsoft.Azure.Management.Sql.LegacySdk.Models.ImportExportResponse
type ImportExportOperationStatusResponseProperties = class
inherit ImportExportResponse
Public Class ImportExportOperationStatusResponseProperties
Inherits ImportExportResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseImportExportOperationStatusResponseProperties
- Derived
Constructors
ImportExportOperationStatusResponseProperties() |
Initializes a new instance of the ImportExportOperationStatusResponseProperties class. |
Properties
BlobUri |
Optional. Gets or sets the blob uri. |
DatabaseName |
Optional. Gets or sets the name of the Azure SQL Database. |
Error |
Optional. (Inherited from ImportExportResponse) |
ErrorMessage |
Optional. Gets or sets the error message returned from the server. |
LastModifiedTime |
Optional. Gets or sets the operation status last modified time. |
OperationStatusLink |
Optional. (Inherited from ImportExportResponse) |
QueuedTime |
Optional. Gets or sets the operation queued time. |
RequestType |
Optional. Gets or sets the request type of the operation. |
RetryAfter |
Optional. (Inherited from ImportExportResponse) |
ServerName |
Optional. Gets or sets the name of the Azure SQL Server. |
Status |
Optional. (Inherited from ImportExportResponse) |
StatusMessage |
Optional. Gets or sets the status message returned from the server. |