次の方法で共有


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

オプション パラメーター。

戻り値