Share via


HealthcareApisServiceResource.Update Method

Definition

Update the metadata of a service instance.

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

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
HealthcareApisServicePatch

The service instance metadata and security metadata.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to