Share via


PostgreSqlMigrationCollection.CreateOrUpdate Method

Definition

Creates a new migration.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{targetDbServerName}/migrations/{migrationName}
  • Operation Id: Migrations_Create
  • Default Api Version: 2023-03-01-preview
  • Resource: PostgreSqlMigrationResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string migrationName, Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, migrationName As String, data As PostgreSqlMigrationData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PostgreSqlMigrationResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

migrationName
String

The name of the migration.

data
PostgreSqlMigrationData

The required parameters for creating a migration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

migrationName is an empty string, and was expected to be non-empty.

migrationName or data is null.

Applies to