PostgreSqlFlexibleServerCollection.CreateOrUpdateAsync Method

Definition

Creates a new server.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}.
  • Operation Id. : Servers_CreateOrUpdate.
  • Default Api Version. : 2026-04-01-preview.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string serverName, Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, serverName As String, data As PostgreSqlFlexibleServerData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of PostgreSqlFlexibleServerResource))

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.

serverName
String

The name of the server.

data
PostgreSqlFlexibleServerData

Parameters required to create a new server or to update an existing server.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

serverName or data is null.

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

Applies to