Interface FhirService.Update
-
- All Superinterfaces:
FhirService.UpdateStages.WithIdentity
,FhirService.UpdateStages.WithTags
- Enclosing interface:
- FhirService
public static interface FhirService.Update extends FhirService.UpdateStages.WithTags, FhirService.UpdateStages.WithIdentity
The template for FhirService update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FhirService
apply()
Executes the update request.FhirService
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.healthcareapis.models.FhirService.UpdateStages.WithIdentity
withIdentity
-
Methods inherited from interface com.azure.resourcemanager.healthcareapis.models.FhirService.UpdateStages.WithTags
withTags
-
-
-
-
Method Detail
-
apply
FhirService apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
FhirService apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-