次の方法で共有


DicomServicesOperationsExtensions.Delete メソッド

定義

DICOM サービスを削除します。

public static void Delete(this Microsoft.Azure.Management.HealthcareApis.IDicomServicesOperations operations, string resourceGroupName, string dicomServiceName, string workspaceName);
static member Delete : Microsoft.Azure.Management.HealthcareApis.IDicomServicesOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IDicomServicesOperations, resourceGroupName As String, dicomServiceName As String, workspaceName As String)

パラメーター

operations
IDicomServicesOperations

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

resourceGroupName
String

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

dicomServiceName
String

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

workspaceName
String

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

適用対象