Share via


PostgreSqlMigrationCollection.CreateOrUpdateAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string migrationName, Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, migrationName As String, data As PostgreSqlMigrationData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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