MigrateMySqlRequest 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
MigrateMySqlRequest() |
Initializes a new instance of the MigrateMySqlRequest class. |
MigrateMySqlRequest(String, MySqlMigrationType, String, String, String, String) |
Initializes a new instance of the MigrateMySqlRequest class. |
MigrateMySqlRequest()
Initializes a new instance of the MigrateMySqlRequest class.
public MigrateMySqlRequest ();
Public Sub New ()
Applies to
MigrateMySqlRequest(String, MySqlMigrationType, String, String, String, String)
Initializes a new instance of the MigrateMySqlRequest class.
public MigrateMySqlRequest (string connectionString, Microsoft.Azure.Management.AppService.Fluent.Models.MySqlMigrationType migrationType, string id = default, string name = default, string type = default, string kind = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.MigrateMySqlRequest : string * Microsoft.Azure.Management.AppService.Fluent.Models.MySqlMigrationType * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.MigrateMySqlRequest
Public Sub New (connectionString As String, migrationType As MySqlMigrationType, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing)
Parameters
- connectionString
- String
Connection string to the remote MySQL database.
- migrationType
- MySqlMigrationType
The type of migration operation to be done. Possible values include: 'LocalToRemote', 'RemoteToLocal'
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
Applies to
Azure SDK for .NET