Sdílet prostřednictvím


PostgreSqlServerResource.UpdateConfigurations Method

Definition

Update a list of configurations in a given server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/updateConfigurations
  • Operation Id: ServerParameters_ListUpdateConfigurations
  • Default Api Version: 2017-12-01
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.Models.PostgreSqlConfigurationList> UpdateConfigurations (Azure.WaitUntil waitUntil, Azure.ResourceManager.PostgreSql.Models.PostgreSqlConfigurationList value, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateConfigurations : Azure.WaitUntil * Azure.ResourceManager.PostgreSql.Models.PostgreSqlConfigurationList * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.Models.PostgreSqlConfigurationList>
override this.UpdateConfigurations : Azure.WaitUntil * Azure.ResourceManager.PostgreSql.Models.PostgreSqlConfigurationList * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PostgreSql.Models.PostgreSqlConfigurationList>
Public Overridable Function UpdateConfigurations (waitUntil As WaitUntil, value As PostgreSqlConfigurationList, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PostgreSqlConfigurationList)

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.

value
PostgreSqlConfigurationList

The parameters for updating a list of server configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

value is null.

Applies to