다음을 통해 공유


Web Apps - Migrate My Sql

로컬(앱 내) MySql 데이터베이스를 원격 MySql 데이터베이스로 마이그레이션에 대한 설명입니다.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migratemysql?api-version=2023-12-01

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
name
path True

string

웹앱의 이름입니다.

resourceGroupName
path True

string

리소스가 속한 리소스 그룹의 이름입니다.

regex 패턴: ^[-\w\._\(\)]+[^\.]$

subscriptionId
path True

string

Azure 구독 ID. GUID 형식 문자열입니다(예: 000000000-0000-0000-0000-0000-000000000000).

api-version
query True

string

API 버전

요청 본문

Name 필수 형식 Description
properties.connectionString True

string

원격 MySQL 데이터베이스에 대한 연결 문자열입니다.

properties.migrationType True

MySqlMigrationType

수행할 마이그레이션 작업 유형

kind

string

리소스 종류입니다.

응답

Name 형식 Description
200 OK

Operation

정상

Other Status Codes

DefaultErrorResponse

오류 응답을 App Service.

보안

azure_auth

Azure Active Directory OAuth2 Flow

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

정의

Name Description
DefaultErrorResponse

오류 응답을 App Service.

Details
Error

오류 모델.

ErrorEntity

API에서 반환된 오류 응답의 본문입니다.

MigrateMySqlRequest

MySQL 마이그레이션 요청.

MySqlMigrationType

수행할 마이그레이션 작업 유형

Operation

리소스에 대한 작업입니다.

OperationStatus

마이그레이션 작업의 상태입니다.

DefaultErrorResponse

오류 응답을 App Service.

Name 형식 Description
error

Error

오류 모델.

Details

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

Error

오류 모델.

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

details

Details[]

자세한 오류입니다.

innererror

string

디버그 오류에 대한 자세한 정보입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

ErrorEntity

API에서 반환된 오류 응답의 본문입니다.

Name 형식 Description
code

string

기본 오류 코드입니다.

details

ErrorEntity[]

오류 세부 정보.

extendedCode

string

오류 유형입니다.

innerErrors

ErrorEntity[]

내부 오류.

message

string

오류에 대한 세부 정보입니다.

messageTemplate

string

메시지 템플릿.

parameters

string[]

템플릿에 대한 매개 변수입니다.

target

string

오류 대상입니다.

MigrateMySqlRequest

MySQL 마이그레이션 요청.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.connectionString

string

원격 MySQL 데이터베이스에 대한 연결 문자열입니다.

properties.migrationType

MySqlMigrationType

수행할 마이그레이션 작업 유형

type

string

리소스 종류.

MySqlMigrationType

수행할 마이그레이션 작업 유형

Name 형식 Description
LocalToRemote

string

RemoteToLocal

string

Operation

리소스에 대한 작업입니다.

Name 형식 Description
createdTime

string

작업이 시작된 시간입니다.

errors

ErrorEntity[]

작업과 관련된 모든 오류입니다.

expirationTime

string

작업이 만료되는 시간입니다.

geoMasterOperationId

string

스탬프 작업 ID에만 적용됩니다.

id

string

작업 ID입니다.

modifiedTime

string

작업이 업데이트된 시간입니다.

name

string

작업 이름입니다.

status

OperationStatus

작업의 현재 상태.

OperationStatus

마이그레이션 작업의 상태입니다.

Name 형식 Description
Created

string

Failed

string

InProgress

string

Succeeded

string

TimedOut

string