次の方法で共有


WorkspacesOperationsExtensions.BeginDelete メソッド

定義

指定したワークスペースを削除します。

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

パラメーター

operations
IWorkspacesOperations

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

resourceGroupName
String

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

workspaceName
String

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

適用対象