ArmDataMigrationModelFactory.DataMigrationDatabaseTable 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 DataMigrationDatabaseTable.
public static Azure.ResourceManager.DataMigration.Models.DataMigrationDatabaseTable DataMigrationDatabaseTable(bool? hasRows = default, string name = default);
static member DataMigrationDatabaseTable : Nullable<bool> * string -> Azure.ResourceManager.DataMigration.Models.DataMigrationDatabaseTable
Public Shared Function DataMigrationDatabaseTable (Optional hasRows As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing) As DataMigrationDatabaseTable
Parameters
- name
- String
Schema-qualified name of the table.
Returns
A new DataMigrationDatabaseTable instance for mocking.