SchemaMigrationSetting Constructors
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.
Overloads
SchemaMigrationSetting() |
Initializes a new instance of the SchemaMigrationSetting class. |
SchemaMigrationSetting(String, String) |
Initializes a new instance of the SchemaMigrationSetting class. |
SchemaMigrationSetting()
Initializes a new instance of the SchemaMigrationSetting class.
public SchemaMigrationSetting ();
Public Sub New ()
Applies to
SchemaMigrationSetting(String, String)
Initializes a new instance of the SchemaMigrationSetting class.
public SchemaMigrationSetting (string schemaOption = default, string fileId = default);
new Microsoft.Azure.Management.DataMigration.Models.SchemaMigrationSetting : string * string -> Microsoft.Azure.Management.DataMigration.Models.SchemaMigrationSetting
Public Sub New (Optional schemaOption As String = Nothing, Optional fileId As String = Nothing)
Parameters
- schemaOption
- String
Option on how to migrate the schema Possible values include: 'None', 'ExtractFromSource', 'UseStorageFile'
- fileId
- String
Resource Identifier of a file resource containing the uploaded schema file