共用方式為


SqlServerConnectionPolicyCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerConnectionPolicyResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.ConnectionPolicyName connectionPolicyName, Azure.ResourceManager.Sql.SqlServerConnectionPolicyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.ConnectionPolicyName * Azure.ResourceManager.Sql.SqlServerConnectionPolicyData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerConnectionPolicyResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.ConnectionPolicyName * Azure.ResourceManager.Sql.SqlServerConnectionPolicyData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerConnectionPolicyResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, connectionPolicyName As ConnectionPolicyName, data As SqlServerConnectionPolicyData, Optional cancellationToken As CancellationToken = Nothing) As 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