次の方法で共有


DicomServicesOperationsExtensions.Get メソッド

定義

指定した DICOM サービスのプロパティを取得します。

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

パラメーター

operations
IDicomServicesOperations

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

resourceGroupName
String

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

workspaceName
String

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

dicomServiceName
String

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

戻り値

適用対象