Bagikan melalui


SqlServerConnectionPolicyCollection.CreateOrUpdateAsync Method

Definition

Updates a server connection policy

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/connectionPolicies/{connectionPolicyName}
  • Operation Id: ServerConnectionPolicies_CreateOrUpdate
  • Default Api Version: 2021-05-01-preview
  • Resource: SqlServerConnectionPolicyResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerConnectionPolicyResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.ConnectionPolicyName connectionPolicyName, Azure.ResourceManager.Sql.SqlServerConnectionPolicyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.ConnectionPolicyName * Azure.ResourceManager.Sql.SqlServerConnectionPolicyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerConnectionPolicyResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.ConnectionPolicyName * Azure.ResourceManager.Sql.SqlServerConnectionPolicyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerConnectionPolicyResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, connectionPolicyName As ConnectionPolicyName, data As SqlServerConnectionPolicyData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SqlServerConnectionPolicyResource))

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.

connectionPolicyName
ConnectionPolicyName

The name of the connection policy.

data
SqlServerConnectionPolicyData

The required parameters for updating a server connection policy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to