ArmDataMigrationModelFactory.DatabaseTable Method

Definition

Initializes a new instance of DatabaseTable.

public static Azure.ResourceManager.DataMigration.Models.DatabaseTable DatabaseTable (bool? hasRows = default, string name = default);
static member DatabaseTable : Nullable<bool> * string -> Azure.ResourceManager.DataMigration.Models.DatabaseTable
Public Shared Function DatabaseTable (Optional hasRows As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing) As DatabaseTable

Parameters

hasRows
Nullable<Boolean>

Indicates whether table is empty or not.

name
String

Schema-qualified name of the table.

Returns

A new DatabaseTable instance for mocking.

Applies to