次の方法で共有


DicomServicesOperationsExtensions.Update メソッド

定義

DICOM サービスの詳細にパッチを適用します。

public static Microsoft.Azure.Management.HealthcareApis.Models.DicomService Update(this Microsoft.Azure.Management.HealthcareApis.IDicomServicesOperations operations, string resourceGroupName, string dicomServiceName, string workspaceName, Microsoft.Azure.Management.HealthcareApis.Models.DicomServicePatchResource dicomservicePatchResource);
static member Update : Microsoft.Azure.Management.HealthcareApis.IDicomServicesOperations * string * string * string * Microsoft.Azure.Management.HealthcareApis.Models.DicomServicePatchResource -> Microsoft.Azure.Management.HealthcareApis.Models.DicomService
<Extension()>
Public Function Update (operations As IDicomServicesOperations, resourceGroupName As String, dicomServiceName As String, workspaceName As String, dicomservicePatchResource As DicomServicePatchResource) As DicomService

パラメーター

operations
IDicomServicesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

サービス インスタンスを含むリソース グループの名前。

dicomServiceName
String

DICOM サービス リソースの名前。

workspaceName
String

ワークスペース リソースの名前。

dicomservicePatchResource
DicomServicePatchResource

Dicom サービスを更新するためのパラメーター。

戻り値

適用対象