次の方法で共有


FhirServicesOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IFhirServicesOperations

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

resourceGroupName
String

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

fhirServiceName
String

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

workspaceName
String

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

適用対象