다음을 통해 공유


DicomServices interface

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

메서드

beginCreateOrUpdate(string, string, string, DicomService, DicomServicesCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, DicomService, DicomServicesCreateOrUpdateOptionalParams)

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

beginDelete(string, string, string, DicomServicesDeleteOptionalParams)

DICOM 서비스를 삭제합니다.

beginDeleteAndWait(string, string, string, DicomServicesDeleteOptionalParams)

DICOM 서비스를 삭제합니다.

beginUpdate(string, string, string, DicomServicePatchResource, DicomServicesUpdateOptionalParams)

DICOM 서비스 세부 정보를 패치합니다.

beginUpdateAndWait(string, string, string, DicomServicePatchResource, DicomServicesUpdateOptionalParams)

DICOM 서비스 세부 정보를 패치합니다.

get(string, string, string, DicomServicesGetOptionalParams)

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

listByWorkspace(string, string, DicomServicesListByWorkspaceOptionalParams)

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

메서드 세부 정보

beginCreateOrUpdate(string, string, string, DicomService, DicomServicesCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, dicomServiceName: string, dicomservice: DicomService, options?: DicomServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DicomService>, DicomService>>

매개 변수

resourceGroupName

string

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

workspaceName

string

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

dicomServiceName

string

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

dicomservice
DicomService

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

options
DicomServicesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateOrUpdateAndWait(string, string, string, DicomService, DicomServicesCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, dicomServiceName: string, dicomservice: DicomService, options?: DicomServicesCreateOrUpdateOptionalParams): Promise<DicomService>

매개 변수

resourceGroupName

string

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

workspaceName

string

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

dicomServiceName

string

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

dicomservice
DicomService

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

options
DicomServicesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<DicomService>

beginDelete(string, string, string, DicomServicesDeleteOptionalParams)

DICOM 서비스를 삭제합니다.

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

매개 변수

resourceGroupName

string

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

dicomServiceName

string

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

workspaceName

string

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

options
DicomServicesDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, DicomServicesDeleteOptionalParams)

DICOM 서비스를 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, dicomServiceName: string, workspaceName: string, options?: DicomServicesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

dicomServiceName

string

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

workspaceName

string

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

options
DicomServicesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginUpdate(string, string, string, DicomServicePatchResource, DicomServicesUpdateOptionalParams)

DICOM 서비스 세부 정보를 패치합니다.

function beginUpdate(resourceGroupName: string, dicomServiceName: string, workspaceName: string, dicomservicePatchResource: DicomServicePatchResource, options?: DicomServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DicomService>, DicomService>>

매개 변수

resourceGroupName

string

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

dicomServiceName

string

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

workspaceName

string

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

dicomservicePatchResource
DicomServicePatchResource

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

options
DicomServicesUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginUpdateAndWait(string, string, string, DicomServicePatchResource, DicomServicesUpdateOptionalParams)

DICOM 서비스 세부 정보를 패치합니다.

function beginUpdateAndWait(resourceGroupName: string, dicomServiceName: string, workspaceName: string, dicomservicePatchResource: DicomServicePatchResource, options?: DicomServicesUpdateOptionalParams): Promise<DicomService>

매개 변수

resourceGroupName

string

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

dicomServiceName

string

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

workspaceName

string

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

dicomservicePatchResource
DicomServicePatchResource

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

options
DicomServicesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<DicomService>

get(string, string, string, DicomServicesGetOptionalParams)

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

function get(resourceGroupName: string, workspaceName: string, dicomServiceName: string, options?: DicomServicesGetOptionalParams): Promise<DicomService>

매개 변수

resourceGroupName

string

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

workspaceName

string

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

dicomServiceName

string

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

options
DicomServicesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<DicomService>

listByWorkspace(string, string, DicomServicesListByWorkspaceOptionalParams)

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

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

매개 변수

resourceGroupName

string

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

workspaceName

string

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

options
DicomServicesListByWorkspaceOptionalParams

옵션 매개 변수입니다.

반환