次の方法で共有


WorkspacesOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IWorkspacesOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

workspaceName
String

ワークスペースの名前。 ワークスペース名には、英数字とダッシュ (-) とアンダースコア (_) の組み合わせのみを含めることができます。 名前は 1 から 64 文字の長さにする必要があります。

適用対象