GetUserTablesOracleTaskInput Constructor
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 GetUserTablesOracleTaskInput.
public GetUserTablesOracleTaskInput(Azure.ResourceManager.DataMigration.Models.DataMigrationOracleConnectionInfo connectionInfo, System.Collections.Generic.IEnumerable<string> selectedSchemas);
new Azure.ResourceManager.DataMigration.Models.GetUserTablesOracleTaskInput : Azure.ResourceManager.DataMigration.Models.DataMigrationOracleConnectionInfo * seq<string> -> Azure.ResourceManager.DataMigration.Models.GetUserTablesOracleTaskInput
Public Sub New (connectionInfo As DataMigrationOracleConnectionInfo, selectedSchemas As IEnumerable(Of String))
Parameters
- connectionInfo
- DataMigrationOracleConnectionInfo
Information for connecting to Oracle source.
- selectedSchemas
- IEnumerable<String>
List of Oracle schemas for which to collect tables.
Exceptions
connectionInfo or selectedSchemas is null.