ImportExportOperationResult Class

Definition

An ImportExport operation result resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ImportExportOperationResult : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ImportExportOperationResult = class
    inherit ProxyResource
Public Class ImportExportOperationResult
Inherits ProxyResource
Inheritance
ImportExportOperationResult
Attributes

Constructors

ImportExportOperationResult()

Initializes a new instance of the ImportExportOperationResult class.

ImportExportOperationResult(String, String, String, Nullable<Guid>, String, String, String, String, String, String, String, String, IList<PrivateEndpointConnectionRequestStatus>)

Initializes a new instance of the ImportExportOperationResult class.

Properties

BlobUri

Gets blob Uri.

DatabaseName

Gets database name.

ErrorMessage

Gets error message.

Id

Gets resource ID.

(Inherited from Resource)
LastModifiedTime

Gets last modified time.

Name

Gets resource name.

(Inherited from Resource)
PrivateEndpointConnections

Gets the status of private endpoints associated with this request.

QueuedTime

Gets queued time.

RequestId

Gets request Id.

RequestType

Gets request type.

ServerName

Gets server name.

Status

Gets operation status.

Type

Gets resource type.

(Inherited from Resource)

Applies to