DeidServiceCollection.CreateOrUpdateAsync Method

Definition

Create a DeidService

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}
  • Operation Id: DeidServices_Create
  • Default Api Version: 2024-02-28-preview
  • Resource: DeidServiceResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HealthDataAIServices.DeidServiceResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string deidServiceName, Azure.ResourceManager.HealthDataAIServices.DeidServiceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HealthDataAIServices.DeidServiceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HealthDataAIServices.DeidServiceResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HealthDataAIServices.DeidServiceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HealthDataAIServices.DeidServiceResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, deidServiceName As String, data As DeidServiceData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DeidServiceResource))

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.

deidServiceName
String

The name of the deid service.

data
DeidServiceData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

deidServiceName or data is null.

Applies to