다음을 통해 공유


FhirServices interface

FhirServices를 나타내는 인터페이스입니다.

메서드

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

지정된 매개 변수를 사용하여 FHIR 서비스 리소스를 만들거나 업데이트합니다.

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

지정된 매개 변수를 사용하여 FHIR 서비스 리소스를 만들거나 업데이트합니다.

beginDelete(string, string, string, FhirServicesDeleteOptionalParams)

FHIR 서비스를 삭제합니다.

beginDeleteAndWait(string, string, string, FhirServicesDeleteOptionalParams)

FHIR 서비스를 삭제합니다.

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

패치 FHIR 서비스 세부 정보입니다.

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

패치 FHIR 서비스 세부 정보입니다.

get(string, string, string, FhirServicesGetOptionalParams)

지정된 FHIR 서비스의 속성을 가져옵니다.

listByWorkspace(string, string, FhirServicesListByWorkspaceOptionalParams)

지정된 작업 영역에 대한 모든 FHIR 서비스를 나열합니다.

메서드 세부 정보

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

지정된 매개 변수를 사용하여 FHIR 서비스 리소스를 만들거나 업데이트합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

fhirServiceName

string

FHIR 서비스 리소스의 이름입니다.

fhirservice
FhirService

Fhir 서비스 리소스를 만들거나 업데이트하기 위한 매개 변수입니다.

options
FhirServicesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

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

지정된 매개 변수를 사용하여 FHIR 서비스 리소스를 만들거나 업데이트합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

fhirServiceName

string

FHIR 서비스 리소스의 이름입니다.

fhirservice
FhirService

Fhir 서비스 리소스를 만들거나 업데이트하기 위한 매개 변수입니다.

options
FhirServicesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<FhirService>

beginDelete(string, string, string, FhirServicesDeleteOptionalParams)

FHIR 서비스를 삭제합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

fhirServiceName

string

FHIR 서비스 리소스의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

options
FhirServicesDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, FhirServicesDeleteOptionalParams)

FHIR 서비스를 삭제합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

fhirServiceName

string

FHIR 서비스 리소스의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

options
FhirServicesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

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

패치 FHIR 서비스 세부 정보입니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

fhirServiceName

string

FHIR 서비스 리소스의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

fhirservicePatchResource
FhirServicePatchResource

Fhir 서비스를 업데이트하기 위한 매개 변수입니다.

options
FhirServicesUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

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

패치 FHIR 서비스 세부 정보입니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

fhirServiceName

string

FHIR 서비스 리소스의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

fhirservicePatchResource
FhirServicePatchResource

Fhir 서비스를 업데이트하기 위한 매개 변수입니다.

options
FhirServicesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<FhirService>

get(string, string, string, FhirServicesGetOptionalParams)

지정된 FHIR 서비스의 속성을 가져옵니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

fhirServiceName

string

FHIR 서비스 리소스의 이름입니다.

options
FhirServicesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<FhirService>

listByWorkspace(string, string, FhirServicesListByWorkspaceOptionalParams)

지정된 작업 영역에 대한 모든 FHIR 서비스를 나열합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

options
FhirServicesListByWorkspaceOptionalParams

옵션 매개 변수입니다.

반환