FhirServices interface

Interface die een FhirServices vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, string, FhirService, FhirServicesCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een FHIR-serviceresource bij met de opgegeven parameters.

beginCreateOrUpdateAndWait(string, string, string, FhirService, FhirServicesCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een FHIR-serviceresource bij met de opgegeven parameters.

beginDelete(string, string, string, FhirServicesDeleteOptionalParams)

Hiermee verwijdert u een FHIR-service.

beginDeleteAndWait(string, string, string, FhirServicesDeleteOptionalParams)

Hiermee verwijdert u een FHIR-service.

beginUpdate(string, string, string, FhirServicePatchResource, FhirServicesUpdateOptionalParams)

Details van de FHIR-service patchen.

beginUpdateAndWait(string, string, string, FhirServicePatchResource, FhirServicesUpdateOptionalParams)

Details van de FHIR-service patchen.

get(string, string, string, FhirServicesGetOptionalParams)

Hiermee haalt u de eigenschappen van de opgegeven FHIR-service op.

listByWorkspace(string, string, FhirServicesListByWorkspaceOptionalParams)

Een lijst met alle FHIR-services voor de opgegeven werkruimte

Methodedetails

beginCreateOrUpdate(string, string, string, FhirService, FhirServicesCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een FHIR-serviceresource bij met de opgegeven parameters.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, fhirServiceName: string, fhirservice: FhirService, options?: FhirServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FhirService>, FhirService>>

Parameters

resourceGroupName

string

De naam van de resourcegroep die het service-exemplaar bevat.

workspaceName

string

De naam van de werkruimteresource.

fhirServiceName

string

De naam van de FHIR-serviceresource.

fhirservice
FhirService

De parameters voor het maken of bijwerken van een Fhir Service-resource.

options
FhirServicesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<FhirService>, FhirService>>

beginCreateOrUpdateAndWait(string, string, string, FhirService, FhirServicesCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een FHIR-serviceresource bij met de opgegeven parameters.

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, fhirServiceName: string, fhirservice: FhirService, options?: FhirServicesCreateOrUpdateOptionalParams): Promise<FhirService>

Parameters

resourceGroupName

string

De naam van de resourcegroep die het service-exemplaar bevat.

workspaceName

string

De naam van de werkruimteresource.

fhirServiceName

string

De naam van de FHIR-serviceresource.

fhirservice
FhirService

De parameters voor het maken of bijwerken van een Fhir Service-resource.

options
FhirServicesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<FhirService>

beginDelete(string, string, string, FhirServicesDeleteOptionalParams)

Hiermee verwijdert u een FHIR-service.

function beginDelete(resourceGroupName: string, fhirServiceName: string, workspaceName: string, options?: FhirServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep die het service-exemplaar bevat.

fhirServiceName

string

De naam van de FHIR-serviceresource.

workspaceName

string

De naam van de werkruimteresource.

options
FhirServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, FhirServicesDeleteOptionalParams)

Hiermee verwijdert u een FHIR-service.

function beginDeleteAndWait(resourceGroupName: string, fhirServiceName: string, workspaceName: string, options?: FhirServicesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep die het service-exemplaar bevat.

fhirServiceName

string

De naam van de FHIR-serviceresource.

workspaceName

string

De naam van de werkruimteresource.

options
FhirServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginUpdate(string, string, string, FhirServicePatchResource, FhirServicesUpdateOptionalParams)

Details van de FHIR-service patchen.

function beginUpdate(resourceGroupName: string, fhirServiceName: string, workspaceName: string, fhirservicePatchResource: FhirServicePatchResource, options?: FhirServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FhirService>, FhirService>>

Parameters

resourceGroupName

string

De naam van de resourcegroep die het service-exemplaar bevat.

fhirServiceName

string

De naam van de FHIR-serviceresource.

workspaceName

string

De naam van de werkruimteresource.

fhirservicePatchResource
FhirServicePatchResource

De parameters voor het bijwerken van een Fhir-service.

options
FhirServicesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<FhirService>, FhirService>>

beginUpdateAndWait(string, string, string, FhirServicePatchResource, FhirServicesUpdateOptionalParams)

Details van de FHIR-service patchen.

function beginUpdateAndWait(resourceGroupName: string, fhirServiceName: string, workspaceName: string, fhirservicePatchResource: FhirServicePatchResource, options?: FhirServicesUpdateOptionalParams): Promise<FhirService>

Parameters

resourceGroupName

string

De naam van de resourcegroep die het service-exemplaar bevat.

fhirServiceName

string

De naam van de FHIR-serviceresource.

workspaceName

string

De naam van de werkruimteresource.

fhirservicePatchResource
FhirServicePatchResource

De parameters voor het bijwerken van een Fhir-service.

options
FhirServicesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<FhirService>

get(string, string, string, FhirServicesGetOptionalParams)

Hiermee haalt u de eigenschappen van de opgegeven FHIR-service op.

function get(resourceGroupName: string, workspaceName: string, fhirServiceName: string, options?: FhirServicesGetOptionalParams): Promise<FhirService>

Parameters

resourceGroupName

string

De naam van de resourcegroep die het service-exemplaar bevat.

workspaceName

string

De naam van de werkruimteresource.

fhirServiceName

string

De naam van de FHIR-serviceresource.

options
FhirServicesGetOptionalParams

De optiesparameters.

Retouren

Promise<FhirService>

listByWorkspace(string, string, FhirServicesListByWorkspaceOptionalParams)

Een lijst met alle FHIR-services voor de opgegeven werkruimte

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: FhirServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<FhirService, FhirService[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep die het service-exemplaar bevat.

workspaceName

string

De naam van de werkruimteresource.

options
FhirServicesListByWorkspaceOptionalParams

De optiesparameters.

Retouren