Freigeben über


ArmDataMigrationModelFactory.DataMigrationDatabaseTable Method

Definition

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

hasRows
Nullable<Boolean>

Indicates whether table is empty or not.

name
String

Schema-qualified name of the table.

Returns

A new DataMigrationDatabaseTable instance for mocking.

Applies to