AzureSqlDatabaseImportExportStatusModel Class

Definition

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.

Applies to