다음을 통해 공유


Microsoft.DBforPostgreSQL flexibleServers/migrations 2022-05-01-preview

Bicep 리소스 정의

flexibleServers/migrations 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.DBforPostgreSQL/flexibleServers/migrations 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.DBforPostgreSQL/flexibleServers/migrations@2022-05-01-preview' = {
  parent: resourceSymbolicName
  location: 'string'
  name: 'string'
  properties: {
    cancel: bool
    dBsToCancelMigrationOn: [
      'string'
    ]
    dBsToMigrate: [
      'string'
    ]
    dBsToTiggerCutoverOn: [
      'string'
    ]
    migrationMode: 'string'
    migrationWindowStartTimeInUtc: 'string'
    overwriteDBsInTarget: bool
    secretParameters: {
      adminCredentials: {
        sourceServerPassword: 'string'
        targetServerPassword: 'string'
      }
    }
    setupLogicalReplicationOnSourceDBIfNeeded: bool
    sourceDBServerFullyQualifiedDomainName: 'string'
    sourceDBServerResourceId: 'string'
    startDataMigration: bool
    targetDBServerFullyQualifiedDomainName: 'string'
    triggerCutover: bool
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

AdminCredentials

이름 묘사
sourceServerPassword 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다. (필수)
targetServerPassword 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다. (필수)

Microsoft.DBforPostgreSQL/flexibleServers/migrations

이름 묘사
위치 리소스가 있는 지리적 위치 string(필수)
이름 리소스 이름 문자열

제약 조건:
패턴 = ^[a-z][a-z0-9]*$(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: flexibleServers
속성 마이그레이션 리소스 속성입니다. MigrationResourceProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.

MigrationResourceProperties

이름 묘사
취소 전체 마이그레이션에 대한 취소를 트리거하려면 이 플래그를 true로 보내야 합니다. bool
dBsToCancelMigrationOn 특정 데이터베이스에 대한 취소를 트리거하려는 경우 triggerCutover 플래그를 true로 보내고 이 배열의 데이터베이스 이름을 보냅니다. string[]
dBsToMigrate string[]
dBsToTiggerCutoverOn 특정 데이터베이스에 대한 단독형을 트리거하려는 경우 triggerCutover 플래그를 true로 보내고 이 배열의 데이터베이스 이름을 보냅니다. string[]
migrationMode 온라인 및 오프라인에는 두 가지 유형의 마이그레이션 모드가 있습니다. '오프라인'
'Online'
migrationWindowStartTimeInUtc 문자열
overwriteDBsInTarget bool
secretParameters 마이그레이션 비밀 매개 변수입니다. MigrationSecretParameters
setupLogicalReplicationOnSourceDBIfNeeded bool
sourceDBServerFullyQualifiedDomainName 문자열
sourceDBServerResourceId 문자열
startDataMigration bool
targetDBServerFullyQualifiedDomainName 문자열
triggerCutover 전체 마이그레이션에 대한 중단을 트리거하려면 이 플래그를 true로 보내야 합니다. bool

MigrationSecretParameters

이름 묘사
adminCredentials 서버 관리자 자격 증명. AdminCredentials(필수)

TrackedResourceTags

이름 묘사

ARM 템플릿 리소스 정의

flexibleServers/migrations 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.DBforPostgreSQL/flexibleServers/migrations 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.DBforPostgreSQL/flexibleServers/migrations",
  "apiVersion": "2022-05-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "cancel": "bool",
    "dBsToCancelMigrationOn": [ "string" ],
    "dBsToMigrate": [ "string" ],
    "dBsToTiggerCutoverOn": [ "string" ],
    "migrationMode": "string",
    "migrationWindowStartTimeInUtc": "string",
    "overwriteDBsInTarget": "bool",
    "secretParameters": {
      "adminCredentials": {
        "sourceServerPassword": "string",
        "targetServerPassword": "string"
      }
    },
    "setupLogicalReplicationOnSourceDBIfNeeded": "bool",
    "sourceDBServerFullyQualifiedDomainName": "string",
    "sourceDBServerResourceId": "string",
    "startDataMigration": "bool",
    "targetDBServerFullyQualifiedDomainName": "string",
    "triggerCutover": "bool"
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

AdminCredentials

이름 묘사
sourceServerPassword 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다. (필수)
targetServerPassword 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다. (필수)

Microsoft.DBforPostgreSQL/flexibleServers/migrations

이름 묘사
apiVersion api 버전 '2022-05-01-preview'
위치 리소스가 있는 지리적 위치 string(필수)
이름 리소스 이름 문자열

제약 조건:
패턴 = ^[a-z][a-z0-9]*$(필수)
속성 마이그레이션 리소스 속성입니다. MigrationResourceProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
리소스 종류 'Microsoft.DBforPostgreSQL/flexibleServers/migrations'

MigrationResourceProperties

이름 묘사
취소 전체 마이그레이션에 대한 취소를 트리거하려면 이 플래그를 true로 보내야 합니다. bool
dBsToCancelMigrationOn 특정 데이터베이스에 대한 취소를 트리거하려는 경우 triggerCutover 플래그를 true로 보내고 이 배열의 데이터베이스 이름을 보냅니다. string[]
dBsToMigrate string[]
dBsToTiggerCutoverOn 특정 데이터베이스에 대한 단독형을 트리거하려는 경우 triggerCutover 플래그를 true로 보내고 이 배열의 데이터베이스 이름을 보냅니다. string[]
migrationMode 온라인 및 오프라인에는 두 가지 유형의 마이그레이션 모드가 있습니다. '오프라인'
'Online'
migrationWindowStartTimeInUtc 문자열
overwriteDBsInTarget bool
secretParameters 마이그레이션 비밀 매개 변수입니다. MigrationSecretParameters
setupLogicalReplicationOnSourceDBIfNeeded bool
sourceDBServerFullyQualifiedDomainName 문자열
sourceDBServerResourceId 문자열
startDataMigration bool
targetDBServerFullyQualifiedDomainName 문자열
triggerCutover 전체 마이그레이션에 대한 중단을 트리거하려면 이 플래그를 true로 보내야 합니다. bool

MigrationSecretParameters

이름 묘사
adminCredentials 서버 관리자 자격 증명. AdminCredentials(필수)

TrackedResourceTags

이름 묘사

Terraform(AzAPI 공급자) 리소스 정의

flexibleServers/migrations 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.DBforPostgreSQL/flexibleServers/migrations 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DBforPostgreSQL/flexibleServers/migrations@2022-05-01-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      cancel = bool
      dBsToCancelMigrationOn = [
        "string"
      ]
      dBsToMigrate = [
        "string"
      ]
      dBsToTiggerCutoverOn = [
        "string"
      ]
      migrationMode = "string"
      migrationWindowStartTimeInUtc = "string"
      overwriteDBsInTarget = bool
      secretParameters = {
        adminCredentials = {
          sourceServerPassword = "string"
          targetServerPassword = "string"
        }
      }
      setupLogicalReplicationOnSourceDBIfNeeded = bool
      sourceDBServerFullyQualifiedDomainName = "string"
      sourceDBServerResourceId = "string"
      startDataMigration = bool
      targetDBServerFullyQualifiedDomainName = "string"
      triggerCutover = bool
    }
  })
}

속성 값

AdminCredentials

이름 묘사
sourceServerPassword 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다. (필수)
targetServerPassword 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다. (필수)

Microsoft.DBforPostgreSQL/flexibleServers/migrations

이름 묘사
위치 리소스가 있는 지리적 위치 string(필수)
이름 리소스 이름 문자열

제약 조건:
패턴 = ^[a-z][a-z0-9]*$(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식의 리소스 ID: flexibleServers
속성 마이그레이션 리소스 속성입니다. MigrationResourceProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다.
리소스 종류 "Microsoft.DBforPostgreSQL/flexibleServers/migrations@2022-05-01-preview"

MigrationResourceProperties

이름 묘사
취소 전체 마이그레이션에 대한 취소를 트리거하려면 이 플래그를 true로 보내야 합니다. bool
dBsToCancelMigrationOn 특정 데이터베이스에 대한 취소를 트리거하려는 경우 triggerCutover 플래그를 true로 보내고 이 배열의 데이터베이스 이름을 보냅니다. string[]
dBsToMigrate string[]
dBsToTiggerCutoverOn 특정 데이터베이스에 대한 단독형을 트리거하려는 경우 triggerCutover 플래그를 true로 보내고 이 배열의 데이터베이스 이름을 보냅니다. string[]
migrationMode 온라인 및 오프라인에는 두 가지 유형의 마이그레이션 모드가 있습니다. '오프라인'
'Online'
migrationWindowStartTimeInUtc 문자열
overwriteDBsInTarget bool
secretParameters 마이그레이션 비밀 매개 변수입니다. MigrationSecretParameters
setupLogicalReplicationOnSourceDBIfNeeded bool
sourceDBServerFullyQualifiedDomainName 문자열
sourceDBServerResourceId 문자열
startDataMigration bool
targetDBServerFullyQualifiedDomainName 문자열
triggerCutover 전체 마이그레이션에 대한 중단을 트리거하려면 이 플래그를 true로 보내야 합니다. bool

MigrationSecretParameters

이름 묘사
adminCredentials 서버 관리자 자격 증명. AdminCredentials(필수)

TrackedResourceTags

이름 묘사