MigrateMySqlRequest Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
MigrateMySqlRequest() |
Initialiseert een nieuw exemplaar van de klasse MigrateMySqlRequest. |
MigrateMySqlRequest(String, MySqlMigrationType, String, String, String, String) |
Initialiseert een nieuw exemplaar van de klasse MigrateMySqlRequest. |
MigrateMySqlRequest()
Initialiseert een nieuw exemplaar van de klasse MigrateMySqlRequest.
public MigrateMySqlRequest();
Public Sub New ()
Van toepassing op
MigrateMySqlRequest(String, MySqlMigrationType, String, String, String, String)
Initialiseert een nieuw exemplaar van de klasse MigrateMySqlRequest.
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
Verbindingsreeks met de externe MySQL-database.
- migrationType
- MySqlMigrationType
Het type migratiebewerking dat moet worden uitgevoerd. Mogelijke waarden zijn: 'LocalToRemote', 'RemoteToLocal'
- id
- String
- name
- String
- type
- String
- kind
- String
Soort resource.
Van toepassing op
Azure SDK for .NET