Share via


FhirServicesOperationsExtensions.Update Method

Definition

Patch FHIR Service details.

public static Microsoft.Azure.Management.HealthcareApis.Models.FhirService Update (this Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations operations, string resourceGroupName, string fhirServiceName, string workspaceName, Microsoft.Azure.Management.HealthcareApis.Models.FhirServicePatchResource fhirservicePatchResource);
static member Update : Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations * string * string * string * Microsoft.Azure.Management.HealthcareApis.Models.FhirServicePatchResource -> Microsoft.Azure.Management.HealthcareApis.Models.FhirService
<Extension()>
Public Function Update (operations As IFhirServicesOperations, resourceGroupName As String, fhirServiceName As String, workspaceName As String, fhirservicePatchResource As FhirServicePatchResource) As FhirService

Parameters

operations
IFhirServicesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the service instance.

fhirServiceName
String

The name of FHIR Service resource.

workspaceName
String

The name of workspace resource.

fhirservicePatchResource
FhirServicePatchResource

The parameters for updating a Fhir Service.

Returns

Applies to