다음을 통해 공유


ManagedInstanceDtcCollection.CreateOrUpdateAsync Method

Definition

Updates managed instance DTC settings.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/dtc/{dtcName}
  • Operation Id: ManagedInstanceDtcs_CreateOrUpdate
  • Default Api Version: 2022-05-01-preview
  • Resource: ManagedInstanceDtcResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ManagedInstanceDtcResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.DtcName dtcName, Azure.ResourceManager.Sql.ManagedInstanceDtcData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.DtcName * Azure.ResourceManager.Sql.ManagedInstanceDtcData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ManagedInstanceDtcResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.DtcName * Azure.ResourceManager.Sql.ManagedInstanceDtcData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ManagedInstanceDtcResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, dtcName As DtcName, data As ManagedInstanceDtcData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ManagedInstanceDtcResource))

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.

dtcName
DtcName

The name of the managed instance DTC.

data
ManagedInstanceDtcData

Managed instance DTC settings.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to