FhirServiceResource.Update Method

Definition

Patch FHIR Service details.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}
  • Operation Id: FhirServices_Update
  • Default Api Version: 2024-03-31
  • Resource: FhirServiceResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HealthcareApis.FhirServiceResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.HealthcareApis.Models.FhirServicePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.HealthcareApis.Models.FhirServicePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HealthcareApis.FhirServiceResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.HealthcareApis.Models.FhirServicePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HealthcareApis.FhirServiceResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As FhirServicePatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of FhirServiceResource)

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.

patch
FhirServicePatch

The parameters for updating a Fhir Service.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to