Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AzureSqlDatabaseImportExportStatusModel Class

Definition

Namespace:
Microsoft.Azure.Commands.Sql.ImportExport.Model
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Sql.dll
Assembly:
Microsoft.Azure.Commands.Sql.dll

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

Name Description
AzureSqlDatabaseImportExportStatusModel()

Properties

Name Description
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