Partilhar via


FhirServices interface

Interface que representa um FhirServices.

Métodos

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

Cria ou atualiza um recurso do Serviço FHIR com os parâmetros especificados.

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

Cria ou atualiza um recurso do Serviço FHIR com os parâmetros especificados.

beginDelete(string, string, string, FhirServicesDeleteOptionalParams)

Elimina um Serviço FHIR.

beginDeleteAndWait(string, string, string, FhirServicesDeleteOptionalParams)

Elimina um Serviço FHIR.

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

Detalhes do Serviço FHIR de Patch.

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

Detalhes do Serviço FHIR de Patch.

get(string, string, string, FhirServicesGetOptionalParams)

Obtém as propriedades do Serviço FHIR especificado.

listByWorkspace(string, string, FhirServicesListByWorkspaceOptionalParams)

Lista todos os Serviços FHIR para a determinada área de trabalho

Detalhes de Método

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

Cria ou atualiza um recurso do Serviço FHIR com os parâmetros especificados.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém a instância de serviço.

workspaceName

string

O nome do recurso da área de trabalho.

fhirServiceName

string

O nome do recurso do Serviço FHIR.

fhirservice
FhirService

Os parâmetros para criar ou atualizar um recurso do Serviço Fhir.

options
FhirServicesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Cria ou atualiza um recurso do Serviço FHIR com os parâmetros especificados.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém a instância de serviço.

workspaceName

string

O nome do recurso da área de trabalho.

fhirServiceName

string

O nome do recurso do Serviço FHIR.

fhirservice
FhirService

Os parâmetros para criar ou atualizar um recurso do Serviço Fhir.

options
FhirServicesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<FhirService>

beginDelete(string, string, string, FhirServicesDeleteOptionalParams)

Elimina um Serviço FHIR.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém a instância de serviço.

fhirServiceName

string

O nome do recurso do Serviço FHIR.

workspaceName

string

O nome do recurso da área de trabalho.

options
FhirServicesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

beginDeleteAndWait(string, string, string, FhirServicesDeleteOptionalParams)

Elimina um Serviço FHIR.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém a instância de serviço.

fhirServiceName

string

O nome do recurso do Serviço FHIR.

workspaceName

string

O nome do recurso da área de trabalho.

options
FhirServicesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

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

Detalhes do Serviço FHIR de Patch.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém a instância de serviço.

fhirServiceName

string

O nome do recurso do Serviço FHIR.

workspaceName

string

O nome do recurso da área de trabalho.

fhirservicePatchResource
FhirServicePatchResource

Os parâmetros para atualizar um Serviço Fhir.

options
FhirServicesUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Detalhes do Serviço FHIR de Patch.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém a instância de serviço.

fhirServiceName

string

O nome do recurso do Serviço FHIR.

workspaceName

string

O nome do recurso da área de trabalho.

fhirservicePatchResource
FhirServicePatchResource

Os parâmetros para atualizar um Serviço Fhir.

options
FhirServicesUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<FhirService>

get(string, string, string, FhirServicesGetOptionalParams)

Obtém as propriedades do Serviço FHIR especificado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém a instância de serviço.

workspaceName

string

O nome do recurso da área de trabalho.

fhirServiceName

string

O nome do recurso do Serviço FHIR.

options
FhirServicesGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<FhirService>

listByWorkspace(string, string, FhirServicesListByWorkspaceOptionalParams)

Lista todos os Serviços FHIR para a determinada área de trabalho

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém a instância de serviço.

workspaceName

string

O nome do recurso da área de trabalho.

options
FhirServicesListByWorkspaceOptionalParams

Os parâmetros de opções.

Devoluções