Partager via


FhirServices interface

Interface représentant un FhirServices.

Méthodes

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

Crée ou met à jour une ressource de service FHIR avec les paramètres spécifiés.

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

Crée ou met à jour une ressource de service FHIR avec les paramètres spécifiés.

beginDelete(string, string, string, FhirServicesDeleteOptionalParams)

Supprime un service FHIR.

beginDeleteAndWait(string, string, string, FhirServicesDeleteOptionalParams)

Supprime un service FHIR.

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

Correctif des détails du service FHIR.

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

Correctif des détails du service FHIR.

get(string, string, string, FhirServicesGetOptionalParams)

Obtient les propriétés du service FHIR spécifié.

listByWorkspace(string, string, FhirServicesListByWorkspaceOptionalParams)

Répertorie tous les services FHIR pour l’espace de travail donné

Détails de la méthode

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

Crée ou met à jour une ressource de service FHIR avec les paramètres spécifiés.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient l’instance de service.

workspaceName

string

Nom de la ressource d’espace de travail.

fhirServiceName

string

Nom de la ressource de service FHIR.

fhirservice
FhirService

Paramètres de création ou de mise à jour d’une ressource Fhir Service.

options
FhirServicesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

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

Crée ou met à jour une ressource de service FHIR avec les paramètres spécifiés.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient l’instance de service.

workspaceName

string

Nom de la ressource d’espace de travail.

fhirServiceName

string

Nom de la ressource de service FHIR.

fhirservice
FhirService

Paramètres de création ou de mise à jour d’une ressource Fhir Service.

options
FhirServicesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<FhirService>

beginDelete(string, string, string, FhirServicesDeleteOptionalParams)

Supprime un service FHIR.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient l’instance de service.

fhirServiceName

string

Nom de la ressource de service FHIR.

workspaceName

string

Nom de la ressource d’espace de travail.

options
FhirServicesDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, FhirServicesDeleteOptionalParams)

Supprime un service FHIR.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient l’instance de service.

fhirServiceName

string

Nom de la ressource de service FHIR.

workspaceName

string

Nom de la ressource d’espace de travail.

options
FhirServicesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

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

Correctif des détails du service FHIR.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient l’instance de service.

fhirServiceName

string

Nom de la ressource de service FHIR.

workspaceName

string

Nom de la ressource d’espace de travail.

fhirservicePatchResource
FhirServicePatchResource

Paramètres de mise à jour d’un service Fhir.

options
FhirServicesUpdateOptionalParams

Paramètres d’options.

Retours

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

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

Correctif des détails du service FHIR.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient l’instance de service.

fhirServiceName

string

Nom de la ressource de service FHIR.

workspaceName

string

Nom de la ressource d’espace de travail.

fhirservicePatchResource
FhirServicePatchResource

Paramètres de mise à jour d’un service Fhir.

options
FhirServicesUpdateOptionalParams

Paramètres d’options.

Retours

Promise<FhirService>

get(string, string, string, FhirServicesGetOptionalParams)

Obtient les propriétés du service FHIR spécifié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient l’instance de service.

workspaceName

string

Nom de la ressource d’espace de travail.

fhirServiceName

string

Nom de la ressource de service FHIR.

options
FhirServicesGetOptionalParams

Paramètres d’options.

Retours

Promise<FhirService>

listByWorkspace(string, string, FhirServicesListByWorkspaceOptionalParams)

Répertorie tous les services FHIR pour l’espace de travail donné

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient l’instance de service.

workspaceName

string

Nom de la ressource d’espace de travail.

options
FhirServicesListByWorkspaceOptionalParams

Paramètres d’options.

Retours