DatabaseFileInput Constructors

Definition

Overloads

DatabaseFileInput()

Initializes a new instance of the DatabaseFileInput class.

DatabaseFileInput(String, String, String, String, String)

Initializes a new instance of the DatabaseFileInput class.

DatabaseFileInput()

Initializes a new instance of the DatabaseFileInput class.

public DatabaseFileInput ();
Public Sub New ()

Applies to

DatabaseFileInput(String, String, String, String, String)

Initializes a new instance of the DatabaseFileInput class.

public DatabaseFileInput (string id = default, string logicalName = default, string physicalFullName = default, string restoreFullName = default, string fileType = default);
new Microsoft.Azure.Management.DataMigration.Models.DatabaseFileInput : string * string * string * string * string -> Microsoft.Azure.Management.DataMigration.Models.DatabaseFileInput
Public Sub New (Optional id As String = Nothing, Optional logicalName As String = Nothing, Optional physicalFullName As String = Nothing, Optional restoreFullName As String = Nothing, Optional fileType As String = Nothing)

Parameters

id
String

Unique identifier for database file

logicalName
String

Logical name of the file

physicalFullName
String

Operating-system full path of the file

restoreFullName
String

Suggested full path of the file for restoring

fileType
String

Database file type Possible values include: 'Rows', 'Log', 'Filestream', 'NotSupported', 'Fulltext'

Applies to