Share via


IFhirServicesOperations Interface

Definition

FhirServicesOperations operations.

public interface IFhirServicesOperations
type IFhirServicesOperations = interface
Public Interface IFhirServicesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, FhirService, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a FHIR Service resource with the specified parameters.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a FHIR Service.

BeginUpdateWithHttpMessagesAsync(String, String, String, FhirServicePatchResource, Dictionary<String,List<String>>, CancellationToken)

Patch FHIR Service details.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, FhirService, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a FHIR Service resource with the specified parameters.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a FHIR Service.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the properties of the specified FHIR Service.

ListByWorkspaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all FHIR Services for the given workspace

ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all FHIR Services for the given workspace

UpdateWithHttpMessagesAsync(String, String, String, FhirServicePatchResource, Dictionary<String,List<String>>, CancellationToken)

Patch FHIR Service details.

Extension Methods

BeginCreateOrUpdate(IFhirServicesOperations, String, String, String, FhirService)

Creates or updates a FHIR Service resource with the specified parameters.

BeginCreateOrUpdateAsync(IFhirServicesOperations, String, String, String, FhirService, CancellationToken)

Creates or updates a FHIR Service resource with the specified parameters.

BeginDelete(IFhirServicesOperations, String, String, String)

Deletes a FHIR Service.

BeginDeleteAsync(IFhirServicesOperations, String, String, String, CancellationToken)

Deletes a FHIR Service.

BeginUpdate(IFhirServicesOperations, String, String, String, FhirServicePatchResource)

Patch FHIR Service details.

BeginUpdateAsync(IFhirServicesOperations, String, String, String, FhirServicePatchResource, CancellationToken)

Patch FHIR Service details.

CreateOrUpdate(IFhirServicesOperations, String, String, String, FhirService)

Creates or updates a FHIR Service resource with the specified parameters.

CreateOrUpdateAsync(IFhirServicesOperations, String, String, String, FhirService, CancellationToken)

Creates or updates a FHIR Service resource with the specified parameters.

Delete(IFhirServicesOperations, String, String, String)

Deletes a FHIR Service.

DeleteAsync(IFhirServicesOperations, String, String, String, CancellationToken)

Deletes a FHIR Service.

Get(IFhirServicesOperations, String, String, String)

Gets the properties of the specified FHIR Service.

GetAsync(IFhirServicesOperations, String, String, String, CancellationToken)

Gets the properties of the specified FHIR Service.

ListByWorkspace(IFhirServicesOperations, String, String)

Lists all FHIR Services for the given workspace

ListByWorkspaceAsync(IFhirServicesOperations, String, String, CancellationToken)

Lists all FHIR Services for the given workspace

ListByWorkspaceNext(IFhirServicesOperations, String)

Lists all FHIR Services for the given workspace

ListByWorkspaceNextAsync(IFhirServicesOperations, String, CancellationToken)

Lists all FHIR Services for the given workspace

Update(IFhirServicesOperations, String, String, String, FhirServicePatchResource)

Patch FHIR Service details.

UpdateAsync(IFhirServicesOperations, String, String, String, FhirServicePatchResource, CancellationToken)

Patch FHIR Service details.

Applies to