次の方法で共有


DeidServiceCollection.CreateOrUpdate Method

Definition

Create a DeidService

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}
  • Operation Id: DeidService_Create
  • Default Api Version: 2024-09-20
  • Resource: DeidServiceResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HealthDataAIServices.DeidServiceResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string deidServiceName, Azure.ResourceManager.HealthDataAIServices.DeidServiceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HealthDataAIServices.DeidServiceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HealthDataAIServices.DeidServiceResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HealthDataAIServices.DeidServiceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HealthDataAIServices.DeidServiceResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, deidServiceName As String, data As DeidServiceData, Optional cancellationToken As CancellationToken = Nothing) As 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