ImportExportResponseInner Constructors
Definition
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.
Overloads
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. |
ImportExportResponseInner()
Initializes a new instance of the ImportExportResponseInner class.
public ImportExportResponseInner ();
Public Sub New ()
Applies to
ImportExportResponseInner(String, String, String, String, Nullable<Guid>, String, String, String, String, String, String, String)
Initializes a new instance of the ImportExportResponseInner class.
public ImportExportResponseInner (string id = default, string name = default, string type = default, string requestType = default, Guid? requestId = default, string serverName = default, string databaseName = default, string status = default, string lastModifiedTime = default, string queuedTime = default, string blobUri = default, string errorMessage = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ImportExportResponseInner : string * string * string * string * Nullable<Guid> * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.ImportExportResponseInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional requestType As String = Nothing, Optional requestId As Nullable(Of Guid) = Nothing, Optional serverName As String = Nothing, Optional databaseName As String = Nothing, Optional status As String = Nothing, Optional lastModifiedTime As String = Nothing, Optional queuedTime As String = Nothing, Optional blobUri As String = Nothing, Optional errorMessage As String = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- requestType
- String
The request type of the operation.
- serverName
- String
The name of the server.
- databaseName
- String
The name of the database.
- status
- String
The status message returned from the server.
- lastModifiedTime
- String
The operation status last modified time.
- queuedTime
- String
The operation queued time.
- blobUri
- String
The blob uri.
- errorMessage
- String
The error message returned from the server.
Applies to
Azure SDK for .NET