次の方法で共有


WorkloadGroupsOperationsExtensions.Delete メソッド

定義

ワークロード グループを削除します。

public static void Delete (this Microsoft.Azure.Management.Sql.IWorkloadGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string workloadGroupName);
static member Delete : Microsoft.Azure.Management.Sql.IWorkloadGroupsOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IWorkloadGroupsOperations, resourceGroupName As String, serverName As String, databaseName As String, workloadGroupName As String)

パラメーター

operations
IWorkloadGroupsOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

databaseName
String

データベースの名前。

workloadGroupName
String

削除するワークロード グループの名前。

適用対象