Sdílet prostřednictvím


FhirServicesOperationsExtensions Class

Definition

Extension methods for FhirServicesOperations.

public static class FhirServicesOperationsExtensions
type FhirServicesOperationsExtensions = class
Public Module FhirServicesOperationsExtensions
Inheritance
FhirServicesOperationsExtensions

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