ImportExportResponseInner Class

Definition

Response for Import/Export Get operation.

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

Constructors

ImportExportResponseInner()

Initializes a new instance of the ImportExportResponseInner class.

ImportExportResponseInner(String, String, String, String, Nullable<Guid>, String, String, String, String, String, String, String)

Initializes a new instance of the ImportExportResponseInner class.

Properties

BlobUri

Gets the blob uri.

DatabaseName

Gets the name of the database.

ErrorMessage

Gets the error message returned from the server.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
LastModifiedTime

Gets the operation status last modified time.

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
QueuedTime

Gets the operation queued time.

RequestId

Gets the request type of the operation.

RequestType

Gets the request type of the operation.

ServerName

Gets the name of the server.

Status

Gets the status message returned from the server.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to