你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 服务资源的参数。

返回

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 服务资源的参数。

返回

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

工作区资源的名称。

返回