次の方法で共有


MigrateMySqlRequest.MigrationType プロパティ

定義

実行する移行操作の種類を取得または設定します。 指定できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象