共用方式為


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

工作區資源的名稱。

傳回