Class ImportExportResponse
Response for Import/Export Get operation.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
[Microsoft.Rest.Serialization.JsonTransformation]
public class ImportExportResponse : Microsoft.Azure.Management.Sql.Models.ProxyResource
Constructors
ImportExportResponse()
Initializes a new instance of the ImportExportResponse class.
Declaration
public ImportExportResponse ();
ImportExportResponse(String, String, String, String, Nullable<Guid>, String, String, String, String, String, String, String)
Initializes a new instance of the ImportExportResponse class.
Declaration
public ImportExportResponse (string id = null, string name = null, string type = null, string requestType = null, Nullable<Guid> requestId = null, string serverName = null, string databaseName = null, string status = null, string lastModifiedTime = null, string queuedTime = null, string blobUri = null, string errorMessage = null);
Parameters
String
id
Resource ID. |
String
name
Resource name. |
String
type
Resource type. |
String
requestType
The request type of the operation. |
Nullable<Guid>
requestId
The request type of the operation. |
String
serverName
The name of the server. |
String
databaseName
The name of the database. |
String
status
The status message returned from the server. |
String
lastModifiedTime
The operation status last modified time. |
String
queuedTime
The operation queued time. |
String
blobUri
The blob uri. |
String
errorMessage
The error message returned from the server. |
Properties
BlobUri
Gets the blob uri.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.blobUri")]
public string BlobUri { get; }
Property Value
String
|
DatabaseName
Gets the name of the database.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.databaseName")]
public string DatabaseName { get; }
Property Value
String
|
ErrorMessage
Gets the error message returned from the server.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.errorMessage")]
public string ErrorMessage { get; }
Property Value
String
|
LastModifiedTime
Gets the operation status last modified time.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastModifiedTime")]
public string LastModifiedTime { get; }
Property Value
String
|
QueuedTime
Gets the operation queued time.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.queuedTime")]
public string QueuedTime { get; }
Property Value
String
|
RequestId
Gets the request type of the operation.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.requestId")]
public Nullable<Guid> RequestId { get; }
Property Value
Nullable<Guid>
|
RequestType
Gets the request type of the operation.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.requestType")]
public string RequestType { get; }
Property Value
String
|
ServerName
Gets the name of the server.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.serverName")]
public string ServerName { get; }
Property Value
String
|
Status
Gets the status message returned from the server.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public string Status { get; }
Property Value
String
|