MigrateMySqlRequest.MigrationType Property

Definition

Gets or sets the type of migration operation to be done. Possible values include: 'LocalToRemote', 'RemoteToLocal'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.migrationType")]
public Microsoft.Azure.Management.AppService.Fluent.Models.MySqlMigrationType MigrationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.migrationType")>]
member this.MigrationType : Microsoft.Azure.Management.AppService.Fluent.Models.MySqlMigrationType with get, set
Public Property MigrationType As MySqlMigrationType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to