Skip to main content

migrations

Overview

Namemigrations
TypeResource
Idazure.postgresql.migrations

Fields

NameDatatypeDescription
locationstringThe geo-location where the resource lives
propertiesobjectMigration resource properties.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmigrationName, resourceGroupName, subscriptionId, targetDbServerNameGets details of a migration.
list_by_target_serverSELECTresourceGroupName, subscriptionId, targetDbServerNameList all the migrations on a given target server.
createINSERTmigrationName, resourceGroupName, subscriptionId, targetDbServerNameCreates a new migration.
deleteDELETEmigrationName, resourceGroupName, subscriptionId, targetDbServerNameDeletes a migration.
_list_by_target_serverEXECresourceGroupName, subscriptionId, targetDbServerNameList all the migrations on a given target server.
updateEXECmigrationName, resourceGroupName, subscriptionId, targetDbServerNameUpdates an existing migration. The request body can contain one to many of the mutable properties present in the migration definition. Certain property updates initiate migration state transitions.