다음을 통해 공유


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

적용 대상