DicomServices interface
DicomServices を表すインターフェイス。
メソッド
begin |
指定したパラメーターを使用して DICOM サービス リソースを作成または更新します。 |
begin |
指定したパラメーターを使用して DICOM サービス リソースを作成または更新します。 |
begin |
DICOM サービスを削除します。 |
begin |
DICOM サービスを削除します。 |
begin |
DICOM サービスの詳細にパッチを適用します。 |
begin |
DICOM サービスの詳細にパッチを適用します。 |
get(string, string, string, Dicom |
指定した DICOM サービスのプロパティを取得します。 |
list |
特定のワークスペースのすべての 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
ワークスペース リソースの名前。
オプション パラメーター。
戻り値
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
ワークスペース リソースの名前。
オプション パラメーター。
戻り値
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 サービスを更新するためのパラメーター。
オプション パラメーター。
戻り値
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 サービスを更新するためのパラメーター。
オプション パラメーター。
戻り値
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
ワークスペース リソースの名前。
オプション パラメーター。