ArmDataMigrationModelFactory.DatabaseFileInfo Method
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.
Initializes a new instance of DatabaseFileInfo.
public static Azure.ResourceManager.DataMigration.Models.DatabaseFileInfo DatabaseFileInfo (string databaseName = default, string id = default, string logicalName = default, string physicalFullName = default, string restoreFullName = default, Azure.ResourceManager.DataMigration.Models.DatabaseFileType? fileType = default, double? sizeMB = default);
static member DatabaseFileInfo : string * string * string * string * string * Nullable<Azure.ResourceManager.DataMigration.Models.DatabaseFileType> * Nullable<double> -> Azure.ResourceManager.DataMigration.Models.DatabaseFileInfo
Public Shared Function DatabaseFileInfo (Optional databaseName As String = Nothing, Optional id As String = Nothing, Optional logicalName As String = Nothing, Optional physicalFullName As String = Nothing, Optional restoreFullName As String = Nothing, Optional fileType As Nullable(Of DatabaseFileType) = Nothing, Optional sizeMB As Nullable(Of Double) = Nothing) As DatabaseFileInfo
Parameters
- databaseName
- String
Name of the database.
- 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
- Nullable<DatabaseFileType>
Database file type.
Returns
A new DatabaseFileInfo instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET