你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureSqlDatabaseImportExportStatusModel 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.
Represents an Azure Sql Database Import/Export Operation Status
public class AzureSqlDatabaseImportExportStatusModel
type AzureSqlDatabaseImportExportStatusModel = class
Public Class AzureSqlDatabaseImportExportStatusModel
- Inheritance
-
AzureSqlDatabaseImportExportStatusModel
Constructors
AzureSqlDatabaseImportExportStatusModel() |
Properties
ErrorMessage |
Gets or sets the error message returned from the server. |
LastModifiedTime |
Gets or sets the operation status last modified time. |
OperationStatusLink |
Gets or sets the authentication type |
PrivateEndpointRequestStatus |
Gets or sets the private endpoint status(es) |
QueuedTime |
Gets or sets the operation queue time. |
RequestType |
Gets or sets the operation request type |
Status |
Gets or sets the status message returned from the server. Ensure that this retains compatibility with the old Powershell versions since lots of customers use this for their automation. Compare to Microsoft.Azure.Management.Sql.LegacySdk.ImportExportOperations.GetImportExportOperationStatusAsync(System.String,System.Threading.CancellationToken) |
StatusMessage |
Gets or sets the status message returned from the server. |